Html Css Color HEX #CC710C Chocolate

📋 copy color: '#CC710C'

red 204 ◦ green 113 ◦ blue 12

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

Shades of Chocolate #CC710C

Tints of Chocolate #CC710C

RGB

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

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

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

R = 62.01%
G = 34.35%
B = 3.65%

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

#CC710C (or 0xCC710C) is known color: Chocolate. HEX triplet: CC, 71 and 0C. RGB value is (204,113,12). Sum of RGB (Red+Green+Blue) = 204+113+12=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC710C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC710C is #338EF3. Grayscale: #818181. Windows color (decimal): -3378932 or 815564. OLE color: 815564.

HSL color Cylindrical-coordinate representation of color #CC710C: hue angle of 31.56º 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 #CC710C is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 113 12 -
CMYK 0 0.45 0.94 0.2
HSL 31.56º 0.89% 0.42% -
HSV(B) 31.56º 0.94% 0.8% -
XYZ 30.87 24.67 3.48 -
YUV 128.7 62.15 181.71 -
System Red Green Blue C M Y K H S L
Decimal 204 113 12 0 0.45 0.94 0.2 31.56 0.89 0.42
Hex CC 71 C 0 2D 5E 14 20 59 2A
Octal 314 161 14 0 55 136 24 40 131 52
Binary 11001100 1110001 1100 0 101101 1011110 10100 100000 1011001 101010

Color Harmonies of #CC710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC710C

Black with #CC710C

Text Example


Text Example

White with #CC710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC710C; }

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

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

background-color css

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

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

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

border-color css

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

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

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