Html Css Color HEX #CC6314 Chocolate

📋 copy color: '#CC6314'

red 204 ◦ green 99 ◦ blue 20

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

Shades of Chocolate #CC6314

Tints of Chocolate #CC6314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 63.16%
G = 30.65%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC6314 (or 0xCC6314) is known color: Chocolate. HEX triplet: CC, 63 and 14. RGB value is (204,99,20). Sum of RGB (Red+Green+Blue) = 204+99+20=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6314 is #339CEB. Grayscale: #797979. Windows color (decimal): -3382508 or 1336268. OLE color: 1336268.

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

Color convert

RGB 204 99 20 -
CMYK 0 0.51 0.90 0.2
HSL 25.76º 0.82% 0.44% -
HSV(B) 25.76º 0.9% 0.8% -
XYZ 29.49 21.81 3.32 -
YUV 121.39 70.79 186.92 -
System Red Green Blue C M Y K H S L
Decimal 204 99 20 0 0.51 0.90 0.2 25.76 0.82 0.44
Hex CC 63 14 0 33 5A 14 1A 52 2C
Octal 314 143 24 0 63 132 24 32 122 54
Binary 11001100 1100011 10100 0 110011 1011010 10100 11010 1010010 101100

Color Harmonies of #CC6314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6314

Black with #CC6314

Text Example


Text Example

White with #CC6314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6314; }

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

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

background-color css

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

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

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

border-color css

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

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

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