Html Css Color HEX #CC6325 Chocolate

📋 copy color: '#CC6325'

red 204 ◦ green 99 ◦ blue 37

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

Shades of Chocolate #CC6325

Tints of Chocolate #CC6325

RGB

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

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

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

R = 60%
G = 29.12%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6325 (or 0xCC6325) is known color: Chocolate. HEX triplet: CC, 63 and 25. RGB value is (204,99,37). Sum of RGB (Red+Green+Blue) = 204+99+37=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6325 is #339CDA. Grayscale: #7B7B7B. Windows color (decimal): -3382491 or 2450380. OLE color: 2450380.

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

Color convert

RGB 204 99 37 -
CMYK 0 0.51 0.82 0.2
HSL 22.28º 0.69% 0.47% -
HSV(B) 22.28º 0.82% 0.8% -
XYZ 29.7 21.89 4.41 -
YUV 123.33 79.29 185.54 -
System Red Green Blue C M Y K H S L
Decimal 204 99 37 0 0.51 0.82 0.2 22.28 0.69 0.47
Hex CC 63 25 0 33 52 14 16 45 2F
Octal 314 143 45 0 63 122 24 26 105 57
Binary 11001100 1100011 100101 0 110011 1010010 10100 10110 1000101 101111

Color Harmonies of #CC6325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6325

Black with #CC6325

Text Example


Text Example

White with #CC6325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6325; }

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

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

background-color css

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

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

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

border-color css

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

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

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