Html Css Color HEX #CC7109 Chocolate

📋 copy color: '#CC7109'

red 204 ◦ green 113 ◦ blue 9

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

Shades of Chocolate #CC7109

Tints of Chocolate #CC7109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.66%

 BLUE value IS 9 (3.91% from 255) = 2.76%

R = 62.58%
G = 34.66%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC7109 (or 0xCC7109) is known color: Chocolate. HEX triplet: CC, 71 and 09. RGB value is (204,113,9). Sum of RGB (Red+Green+Blue) = 204+113+9=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7109 is #338EF6. Grayscale: #808080. Windows color (decimal): -3378935 or 618956. OLE color: 618956.

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

Color convert

RGB 204 113 9 -
CMYK 0 0.45 0.96 0.2
HSL 32º 0.92% 0.42% -
HSV(B) 32º 0.96% 0.8% -
XYZ 30.86 24.67 3.39 -
YUV 128.35 60.65 181.96 -
System Red Green Blue C M Y K H S L
Decimal 204 113 9 0 0.45 0.96 0.2 32 0.92 0.42
Hex CC 71 9 0 2D 60 14 20 5C 2A
Octal 314 161 11 0 55 140 24 40 134 52
Binary 11001100 1110001 1001 0 101101 1100000 10100 100000 1011100 101010

Color Harmonies of #CC7109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7109

Black with #CC7109

Text Example


Text Example

White with #CC7109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7109; }

 p { color: rgb(204,113,9); }

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

background-color css

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

 a { background-color: rgb(204,113,9); }

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

border-color css

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

 span { border-color: rgb(204,113,9); }

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