Html Css Color HEX #CC6323 Chocolate

📋 copy color: '#CC6323'

red 204 ◦ green 99 ◦ blue 35

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

Shades of Chocolate #CC6323

Tints of Chocolate #CC6323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.36%

R = 60.36%
G = 29.29%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6323 (or 0xCC6323) is known color: Chocolate. HEX triplet: CC, 63 and 23. RGB value is (204,99,35). Sum of RGB (Red+Green+Blue) = 204+99+35=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6323 is #339CDC. Grayscale: #7B7B7B. Windows color (decimal): -3382493 or 2319308. OLE color: 2319308.

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

Color convert

RGB 204 99 35 -
CMYK 0 0.51 0.83 0.2
HSL 22.72º 0.71% 0.47% -
HSV(B) 22.72º 0.83% 0.8% -
XYZ 29.67 21.88 4.25 -
YUV 123.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 204 99 35 0 0.51 0.83 0.2 22.72 0.71 0.47
Hex CC 63 23 0 33 53 14 17 47 2F
Octal 314 143 43 0 63 123 24 27 107 57
Binary 11001100 1100011 100011 0 110011 1010011 10100 10111 1000111 101111

Color Harmonies of #CC6323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6323

Black with #CC6323

Text Example


Text Example

White with #CC6323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6323; }

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

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

background-color css

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

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

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

border-color css

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

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

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