Html Css Color HEX #CC6421 Chocolate

📋 copy color: '#CC6421'

red 204 ◦ green 100 ◦ blue 33

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

Shades of Chocolate #CC6421

Tints of Chocolate #CC6421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.79%

R = 60.53%
G = 29.67%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC6421 (or 0xCC6421) is known color: Chocolate. HEX triplet: CC, 64 and 21. RGB value is (204,100,33). Sum of RGB (Red+Green+Blue) = 204+100+33=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6421 is #339BDE. Grayscale: #7B7B7B. Windows color (decimal): -3382239 or 2188492. OLE color: 2188492.

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

Color convert

RGB 204 100 33 -
CMYK 0 0.51 0.84 0.2
HSL 23.51º 0.72% 0.46% -
HSV(B) 23.51º 0.84% 0.8% -
XYZ 29.73 22.06 4.13 -
YUV 123.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 204 100 33 0 0.51 0.84 0.2 23.51 0.72 0.46
Hex CC 64 21 0 33 54 14 18 48 2E
Octal 314 144 41 0 63 124 24 30 110 56
Binary 11001100 1100100 100001 0 110011 1010100 10100 11000 1001000 101110

Color Harmonies of #CC6421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6421

Black with #CC6421

Text Example


Text Example

White with #CC6421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6421; }

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

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

background-color css

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

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

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

border-color css

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

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

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