Html Css Color HEX #CC6223 Chocolate

📋 copy color: '#CC6223'

red 204 ◦ green 98 ◦ blue 35

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

Shades of Chocolate #CC6223

Tints of Chocolate #CC6223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 60.53%
G = 29.08%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC6223 (or 0xCC6223) is known color: Chocolate. HEX triplet: CC, 62 and 23. RGB value is (204,98,35). Sum of RGB (Red+Green+Blue) = 204+98+35=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6223 is #339DDC. Grayscale: #7A7A7A. Windows color (decimal): -3382749 or 2319052. OLE color: 2319052.

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

Color convert

RGB 204 98 35 -
CMYK 0 0.52 0.83 0.2
HSL 22.37º 0.71% 0.47% -
HSV(B) 22.37º 0.83% 0.8% -
XYZ 29.57 21.69 4.22 -
YUV 122.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 204 98 35 0 0.52 0.83 0.2 22.37 0.71 0.47
Hex CC 62 23 0 34 53 14 16 47 2F
Octal 314 142 43 0 64 123 24 26 107 57
Binary 11001100 1100010 100011 0 110100 1010011 10100 10110 1000111 101111

Color Harmonies of #CC6223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6223

Black with #CC6223

Text Example


Text Example

White with #CC6223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6223; }

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

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

background-color css

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

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

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

border-color css

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

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

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