Html Css Color HEX #CC6315 Chocolate

📋 copy color: '#CC6315'

red 204 ◦ green 99 ◦ blue 21

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

Shades of Chocolate #CC6315

Tints of Chocolate #CC6315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.48%

R = 62.96%
G = 30.56%
B = 6.48%

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

#CC6315 (or 0xCC6315) is known color: Chocolate. HEX triplet: CC, 63 and 15. RGB value is (204,99,21). Sum of RGB (Red+Green+Blue) = 204+99+21=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6315 is #339CEA. Grayscale: #797979. Windows color (decimal): -3382507 or 1401804. OLE color: 1401804.

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

Color convert

RGB 204 99 21 -
CMYK 0 0.51 0.90 0.2
HSL 25.57º 0.81% 0.44% -
HSV(B) 25.57º 0.9% 0.8% -
XYZ 29.5 21.82 3.37 -
YUV 121.5 71.29 186.84 -
System Red Green Blue C M Y K H S L
Decimal 204 99 21 0 0.51 0.90 0.2 25.57 0.81 0.44
Hex CC 63 15 0 33 5A 14 1A 51 2C
Octal 314 143 25 0 63 132 24 32 121 54
Binary 11001100 1100011 10101 0 110011 1011010 10100 11010 1010001 101100

Color Harmonies of #CC6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6315

Black with #CC6315

Text Example


Text Example

White with #CC6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6315; }

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

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

background-color css

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

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

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

border-color css

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

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

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