Html Css Color HEX #CC7014 Chocolate

📋 copy color: '#CC7014'

red 204 ◦ green 112 ◦ blue 20

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

Shades of Chocolate #CC7014

Tints of Chocolate #CC7014

RGB

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

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

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

R = 60.71%
G = 33.33%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC7014 (or 0xCC7014) is known color: Chocolate. HEX triplet: CC, 70 and 14. RGB value is (204,112,20). Sum of RGB (Red+Green+Blue) = 204+112+20=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7014 is #338FEB. Grayscale: #818181. Windows color (decimal): -3379180 or 1339596. OLE color: 1339596.

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

Color convert

RGB 204 112 20 -
CMYK 0 0.45 0.90 0.2
HSL 30º 0.82% 0.44% -
HSV(B) 30º 0.9% 0.8% -
XYZ 30.82 24.48 3.76 -
YUV 129.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 204 112 20 0 0.45 0.90 0.2 30 0.82 0.44
Hex CC 70 14 0 2D 5A 14 1E 52 2C
Octal 314 160 24 0 55 132 24 36 122 54
Binary 11001100 1110000 10100 0 101101 1011010 10100 11110 1010010 101100

Color Harmonies of #CC7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7014

Black with #CC7014

Text Example


Text Example

White with #CC7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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