Html Css Color HEX #CC6E19 Chocolate

📋 copy color: '#CC6E19'

red 204 ◦ green 110 ◦ blue 25

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

Shades of Chocolate #CC6E19

Tints of Chocolate #CC6E19

RGB

 RED value IS 204 (80.08% from 255) = 60.18%

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

 BLUE value IS 25 (10.16% from 255) = 7.37%

R = 60.18%
G = 32.45%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC6E19 (or 0xCC6E19) is known color: Chocolate. HEX triplet: CC, 6E and 19. RGB value is (204,110,25). Sum of RGB (Red+Green+Blue) = 204+110+25=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6E19 is #3391E6. Grayscale: #808080. Windows color (decimal): -3379687 or 1666764. OLE color: 1666764.

HSL color Cylindrical-coordinate representation of color #CC6E19: hue angle of 28.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC6E19 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 110 25 -
CMYK 0 0.46 0.88 0.2
HSL 28.49º 0.78% 0.45% -
HSV(B) 28.49º 0.88% 0.8% -
XYZ 30.65 24.06 3.95 -
YUV 128.42 69.64 181.91 -
System Red Green Blue C M Y K H S L
Decimal 204 110 25 0 0.46 0.88 0.2 28.49 0.78 0.45
Hex CC 6E 19 0 2E 58 14 1C 4E 2D
Octal 314 156 31 0 56 130 24 34 116 55
Binary 11001100 1101110 11001 0 101110 1011000 10100 11100 1001110 101101

Color Harmonies of #CC6E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E19

Black with #CC6E19

Text Example


Text Example

White with #CC6E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E19; }

 p { color: rgb(204,110,25); }

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

background-color css

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

 a { background-color: rgb(204,110,25); }

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

border-color css

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

 span { border-color: rgb(204,110,25); }

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