Html Css Color HEX #CD631D Chocolate

📋 copy color: '#CD631D'

red 205 ◦ green 99 ◦ blue 29

#CD631D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #CD631D

Tints of Chocolate #CD631D

RGB

 RED value IS 205 (80.47% from 255) = 61.56%

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 29 (11.72% from 255) = 8.71%

R = 61.56%
G = 29.73%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.86

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CD631D (or 0xCD631D) is known color: Chocolate. HEX triplet: CD, 63 and 1D. RGB value is (205,99,29). Sum of RGB (Red+Green+Blue) = 205+99+29=333 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.56% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 29 (11.72% from 255 or 8.71% from 333); Max value from RGB is 205 - color contains mainly: red. Hex color #CD631D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD631D is #329CE2. Grayscale: #7B7B7B. Windows color (decimal): -3316963 or 1926093. OLE color: 1926093.

HSL color Cylindrical-coordinate representation of color #CD631D: hue angle of 23.86º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD631D is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 99 29 -
CMYK 0 0.52 0.86 0.20
HSL 23.86º 0.75% 0.46% -
HSV(B) 23.86º 0.86% 0.8% -
XYZ 29.86 21.99 3.83 -
YUV 122.71 75.12 186.69 -
System Red Green Blue C M Y K H S L
Decimal 205 99 29 0 0.52 0.86 0.20 23.86 0.75 0.46
Hex CD 63 1D 0 34 56 14 18 4B 2E
Octal 315 143 35 0 64 126 24 30 113 56
Binary 11001101 1100011 11101 0 110100 1010110 10100 11000 1001011 101110

Color Harmonies of #CD631D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD631D

Black with #CD631D

Text Example


Text Example

White with #CD631D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD631D; }

 p { color: rgb(205,99,29); }

 H1.HeaderClassName
 {
   color: #CD631D;
 }
 .AnyTagClassName
 {
   color: #CD631D;
 }
</style>

background-color css

<style>
 a { background-color: #CD631D; }

 a { background-color: rgb(205,99,29); }

 div.DivClassName
 {
   background-color: #CD631D;
 }
 .BgClassName
 {
   background-color: #CD631D;
 }
</style>

border-color css

<style>
 span { border-color: #CD631D; }

 span { border-color: rgb(205,99,29); }

 td.TdClassName
 {
   border-color: #CD631D;
 }
 .TagClassName
 {
   border-color: #CD631D;
 }
</style>