Html Css Color HEX #CC6114 Chocolate

📋 copy color: '#CC6114'

red 204 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #CC6114

Tints of Chocolate #CC6114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.23%

R = 63.55%
G = 30.22%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC6114 (or 0xCC6114) is known color: Chocolate. HEX triplet: CC, 61 and 14. RGB value is (204,97,20). Sum of RGB (Red+Green+Blue) = 204+97+20=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6114 is #339EEB. Grayscale: #787878. Windows color (decimal): -3383020 or 1335756. OLE color: 1335756.

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

Color convert

RGB 204 97 20 -
CMYK 0 0.52 0.90 0.2
HSL 25.11º 0.82% 0.44% -
HSV(B) 25.11º 0.9% 0.8% -
XYZ 29.3 21.44 3.26 -
YUV 120.22 71.45 187.76 -
System Red Green Blue C M Y K H S L
Decimal 204 97 20 0 0.52 0.90 0.2 25.11 0.82 0.44
Hex CC 61 14 0 34 5A 14 19 52 2C
Octal 314 141 24 0 64 132 24 31 122 54
Binary 11001100 1100001 10100 0 110100 1011010 10100 11001 1010010 101100

Color Harmonies of #CC6114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6114

Black with #CC6114

Text Example


Text Example

White with #CC6114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6114; }

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

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

background-color css

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

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

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

border-color css

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

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

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