Html Css Color HEX #CC6225 Chocolate

📋 copy color: '#CC6225'

red 204 ◦ green 98 ◦ blue 37

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

Shades of Chocolate #CC6225

Tints of Chocolate #CC6225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.91%

R = 60.18%
G = 28.91%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6225 (or 0xCC6225) is known color: Chocolate. HEX triplet: CC, 62 and 25. RGB value is (204,98,37). Sum of RGB (Red+Green+Blue) = 204+98+37=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6225 is #339DDA. Grayscale: #7B7B7B. Windows color (decimal): -3382747 or 2450124. OLE color: 2450124.

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

Color convert

RGB 204 98 37 -
CMYK 0 0.52 0.82 0.2
HSL 21.92º 0.69% 0.47% -
HSV(B) 21.92º 0.82% 0.8% -
XYZ 29.6 21.71 4.38 -
YUV 122.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 204 98 37 0 0.52 0.82 0.2 21.92 0.69 0.47
Hex CC 62 25 0 34 52 14 16 45 2F
Octal 314 142 45 0 64 122 24 26 105 57
Binary 11001100 1100010 100101 0 110100 1010010 10100 10110 1000101 101111

Color Harmonies of #CC6225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6225

Black with #CC6225

Text Example


Text Example

White with #CC6225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6225; }

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

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

background-color css

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

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

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

border-color css

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

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

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