Html Css Color HEX #CC640E Chocolate

📋 copy color: '#CC640E'

red 204 ◦ green 100 ◦ blue 14

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

Shades of Chocolate #CC640E

Tints of Chocolate #CC640E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.45%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 64.15%
G = 31.45%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC640E (or 0xCC640E) is known color: Chocolate. HEX triplet: CC, 64 and 0E. RGB value is (204,100,14). Sum of RGB (Red+Green+Blue) = 204+100+14=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC640E is #339BF1. Grayscale: #797979. Windows color (decimal): -3382258 or 943308. OLE color: 943308.

HSL color Cylindrical-coordinate representation of color #CC640E: hue angle of 27.16º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC640E is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 14 -
CMYK 0 0.51 0.93 0.2
HSL 27.16º 0.87% 0.43% -
HSV(B) 27.16º 0.93% 0.8% -
XYZ 29.54 21.98 3.1 -
YUV 121.29 67.46 186.99 -
System Red Green Blue C M Y K H S L
Decimal 204 100 14 0 0.51 0.93 0.2 27.16 0.87 0.43
Hex CC 64 E 0 33 5D 14 1B 57 2B
Octal 314 144 16 0 63 135 24 33 127 53
Binary 11001100 1100100 1110 0 110011 1011101 10100 11011 1010111 101011

Color Harmonies of #CC640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC640E

Black with #CC640E

Text Example


Text Example

White with #CC640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC640E; }

 p { color: rgb(204,100,14); }

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

background-color css

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

 a { background-color: rgb(204,100,14); }

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

border-color css

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

 span { border-color: rgb(204,100,14); }

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