Html Css Color HEX #CC700C Chocolate

📋 copy color: '#CC700C'

red 204 ◦ green 112 ◦ blue 12

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

Shades of Chocolate #CC700C

Tints of Chocolate #CC700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 12 (5.08% from 255) = 3.66%

R = 62.2%
G = 34.15%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC700C (or 0xCC700C) is known color: Chocolate. HEX triplet: CC, 70 and 0C. RGB value is (204,112,12). Sum of RGB (Red+Green+Blue) = 204+112+12=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 12 (5.08% from 255 or 3.66% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC700C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC700C is #338FF3. Grayscale: #808080. Windows color (decimal): -3379188 or 815308. OLE color: 815308.

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

Color convert

RGB 204 112 12 -
CMYK 0 0.45 0.94 0.2
HSL 31.25º 0.89% 0.42% -
HSV(B) 31.25º 0.94% 0.8% -
XYZ 30.76 24.45 3.45 -
YUV 128.11 62.48 182.13 -
System Red Green Blue C M Y K H S L
Decimal 204 112 12 0 0.45 0.94 0.2 31.25 0.89 0.42
Hex CC 70 C 0 2D 5E 14 1F 59 2A
Octal 314 160 14 0 55 136 24 37 131 52
Binary 11001100 1110000 1100 0 101101 1011110 10100 11111 1011001 101010

Color Harmonies of #CC700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC700C

Black with #CC700C

Text Example


Text Example

White with #CC700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC700C; }

 p { color: rgb(204,112,12); }

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

background-color css

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

 a { background-color: rgb(204,112,12); }

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

border-color css

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

 span { border-color: rgb(204,112,12); }

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