Html Css Color HEX #CC710B Chocolate

📋 copy color: '#CC710B'

red 204 ◦ green 113 ◦ blue 11

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

Shades of Chocolate #CC710B

Tints of Chocolate #CC710B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 62.2%
G = 34.45%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CC710B (or 0xCC710B) is known color: Chocolate. HEX triplet: CC, 71 and 0B. RGB value is (204,113,11). Sum of RGB (Red+Green+Blue) = 204+113+11=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC710B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC710B is #338EF4. Grayscale: #818181. Windows color (decimal): -3378933 or 750028. OLE color: 750028.

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

Color convert

RGB 204 113 11 -
CMYK 0 0.45 0.95 0.2
HSL 31.71º 0.9% 0.42% -
HSV(B) 31.71º 0.95% 0.8% -
XYZ 30.87 24.67 3.45 -
YUV 128.58 61.65 181.79 -
System Red Green Blue C M Y K H S L
Decimal 204 113 11 0 0.45 0.95 0.2 31.71 0.9 0.42
Hex CC 71 B 0 2D 5F 14 20 5A 2A
Octal 314 161 13 0 55 137 24 40 132 52
Binary 11001100 1110001 1011 0 101101 1011111 10100 100000 1011010 101010

Color Harmonies of #CC710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC710B

Black with #CC710B

Text Example


Text Example

White with #CC710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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