Html Css Color HEX #CD6A11 Chocolate

📋 copy color: '#CD6A11'

red 205 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #CD6A11

Tints of Chocolate #CD6A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.32%

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 62.5%
G = 32.32%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD6A11 (or 0xCD6A11) is known color: Chocolate. HEX triplet: CD, 6A and 11. RGB value is (205,106,17). Sum of RGB (Red+Green+Blue) = 205+106+17=328 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.5% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6A11 is #3295EE. Grayscale: #7D7D7D. Windows color (decimal): -3315183 or 1141453. OLE color: 1141453.

HSL color Cylindrical-coordinate representation of color #CD6A11: hue angle of 28.4º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD6A11 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 106 17 -
CMYK 0 0.48 0.92 0.20
HSL 28.4º 0.85% 0.44% -
HSV(B) 28.4º 0.92% 0.8% -
XYZ 30.43 23.33 3.43 -
YUV 125.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 205 106 17 0 0.48 0.92 0.20 28.4 0.85 0.44
Hex CD 6A 11 0 30 5C 14 1C 55 2C
Octal 315 152 21 0 60 134 24 34 125 54
Binary 11001101 1101010 10001 0 110000 1011100 10100 11100 1010101 101100

Color Harmonies of #CD6A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6A11

Black with #CD6A11

Text Example


Text Example

White with #CD6A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6A11; }

 p { color: rgb(205,106,17); }

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

background-color css

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

 a { background-color: rgb(205,106,17); }

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

border-color css

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

 span { border-color: rgb(205,106,17); }

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