Html Css Color HEX #CC640F Chocolate

📋 copy color: '#CC640F'

red 204 ◦ green 100 ◦ blue 15

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

Shades of Chocolate #CC640F

Tints of Chocolate #CC640F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 63.95%
G = 31.35%
B = 4.7%

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

#CC640F (or 0xCC640F) is known color: Chocolate. HEX triplet: CC, 64 and 0F. RGB value is (204,100,15). Sum of RGB (Red+Green+Blue) = 204+100+15=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC640F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC640F is #339BF0. Grayscale: #797979. Windows color (decimal): -3382257 or 1008844. OLE color: 1008844.

HSL color Cylindrical-coordinate representation of color #CC640F: hue angle of 26.98º degrees, saturation: 0.86, 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 #CC640F is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 100 15 -
CMYK 0 0.51 0.93 0.2
HSL 26.98º 0.86% 0.43% -
HSV(B) 26.98º 0.93% 0.8% -
XYZ 29.55 21.99 3.14 -
YUV 121.41 67.96 186.91 -
System Red Green Blue C M Y K H S L
Decimal 204 100 15 0 0.51 0.93 0.2 26.98 0.86 0.43
Hex CC 64 F 0 33 5D 14 1B 56 2B
Octal 314 144 17 0 63 135 24 33 126 53
Binary 11001100 1100100 1111 0 110011 1011101 10100 11011 1010110 101011

Color Harmonies of #CC640F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC640F

Black with #CC640F

Text Example


Text Example

White with #CC640F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC640F; }

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

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

background-color css

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

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

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

border-color css

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

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

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