Html Css Color HEX #CC670E Chocolate

📋 copy color: '#CC670E'

red 204 ◦ green 103 ◦ blue 14

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

Shades of Chocolate #CC670E

Tints of Chocolate #CC670E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.09%

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

R = 63.55%
G = 32.09%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC670E (or 0xCC670E) is known color: Chocolate. HEX triplet: CC, 67 and 0E. RGB value is (204,103,14). Sum of RGB (Red+Green+Blue) = 204+103+14=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC670E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC670E is #3398F1. Grayscale: #7B7B7B. Windows color (decimal): -3381490 or 944076. OLE color: 944076.

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

Color convert

RGB 204 103 14 -
CMYK 0 0.50 0.93 0.2
HSL 28.11º 0.87% 0.43% -
HSV(B) 28.11º 0.93% 0.8% -
XYZ 29.83 22.57 3.2 -
YUV 123.05 66.46 185.74 -
System Red Green Blue C M Y K H S L
Decimal 204 103 14 0 0.50 0.93 0.2 28.11 0.87 0.43
Hex CC 67 E 0 32 5D 14 1C 57 2B
Octal 314 147 16 0 62 135 24 34 127 53
Binary 11001100 1100111 1110 0 110010 1011101 10100 11100 1010111 101011

Color Harmonies of #CC670E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC670E

Black with #CC670E

Text Example


Text Example

White with #CC670E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC670E; }

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

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

background-color css

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

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

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

border-color css

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

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

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