Html Css Color HEX #CD6E11 Chocolate

📋 copy color: '#CD6E11'

red 205 ◦ green 110 ◦ blue 17

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

Shades of Chocolate #CD6E11

Tints of Chocolate #CD6E11

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.13%

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

R = 61.75%
G = 33.13%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD6E11 (or 0xCD6E11) is known color: Chocolate. HEX triplet: CD, 6E and 11. RGB value is (205,110,17). Sum of RGB (Red+Green+Blue) = 205+110+17=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6E11 is #3291EE. Grayscale: #808080. Windows color (decimal): -3314159 or 1142477. OLE color: 1142477.

HSL color Cylindrical-coordinate representation of color #CD6E11: hue angle of 29.68º 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 #CD6E11 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 110 17 -
CMYK 0 0.46 0.92 0.20
HSL 29.68º 0.85% 0.44% -
HSV(B) 29.68º 0.92% 0.8% -
XYZ 30.85 24.17 3.57 -
YUV 127.8 65.47 183.06 -
System Red Green Blue C M Y K H S L
Decimal 205 110 17 0 0.46 0.92 0.20 29.68 0.85 0.44
Hex CD 6E 11 0 2E 5C 14 1E 55 2C
Octal 315 156 21 0 56 134 24 36 125 54
Binary 11001101 1101110 10001 0 101110 1011100 10100 11110 1010101 101100

Color Harmonies of #CD6E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6E11

Black with #CD6E11

Text Example


Text Example

White with #CD6E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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