Html Css Color HEX #CC6124 Chocolate

📋 copy color: '#CC6124'

red 204 ◦ green 97 ◦ blue 36

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

Shades of Chocolate #CC6124

Tints of Chocolate #CC6124

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 36 (14.45% from 255) = 10.68%

R = 60.53%
G = 28.78%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6124 (or 0xCC6124) is known color: Chocolate. HEX triplet: CC, 61 and 24. RGB value is (204,97,36). Sum of RGB (Red+Green+Blue) = 204+97+36=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6124 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6124 is #339EDB. Grayscale: #7A7A7A. Windows color (decimal): -3383004 or 2384332. OLE color: 2384332.

HSL color Cylindrical-coordinate representation of color #CC6124: hue angle of 21.79º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC6124 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 97 36 -
CMYK 0 0.52 0.82 0.2
HSL 21.79º 0.7% 0.47% -
HSV(B) 21.79º 0.82% 0.8% -
XYZ 29.49 21.51 4.27 -
YUV 122.04 79.45 186.46 -
System Red Green Blue C M Y K H S L
Decimal 204 97 36 0 0.52 0.82 0.2 21.79 0.7 0.47
Hex CC 61 24 0 34 52 14 16 46 2F
Octal 314 141 44 0 64 122 24 26 106 57
Binary 11001100 1100001 100100 0 110100 1010010 10100 10110 1000110 101111

Color Harmonies of #CC6124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6124

Black with #CC6124

Text Example


Text Example

White with #CC6124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6124; }

 p { color: rgb(204,97,36); }

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

background-color css

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

 a { background-color: rgb(204,97,36); }

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

border-color css

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

 span { border-color: rgb(204,97,36); }

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