Html Css Color HEX #CC6525 Chocolate

📋 copy color: '#CC6525'

red 204 ◦ green 101 ◦ blue 37

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

Shades of Chocolate #CC6525

Tints of Chocolate #CC6525

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 59.65%
G = 29.53%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.2

RGB Variations

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

Color information

#CC6525 (or 0xCC6525) is known color: Chocolate. HEX triplet: CC, 65 and 25. RGB value is (204,101,37). Sum of RGB (Red+Green+Blue) = 204+101+37=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6525 is #339ADA. Grayscale: #7C7C7C. Windows color (decimal): -3381979 or 2450892. OLE color: 2450892.

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

Color convert

RGB 204 101 37 -
CMYK 0 0.50 0.82 0.2
HSL 22.99º 0.69% 0.47% -
HSV(B) 22.99º 0.82% 0.8% -
XYZ 29.89 22.28 4.48 -
YUV 124.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 204 101 37 0 0.50 0.82 0.2 22.99 0.69 0.47
Hex CC 65 25 0 32 52 14 17 45 2F
Octal 314 145 45 0 62 122 24 27 105 57
Binary 11001100 1100101 100101 0 110010 1010010 10100 10111 1000101 101111

Color Harmonies of #CC6525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6525

Black with #CC6525

Text Example


Text Example

White with #CC6525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6525; }

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

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

background-color css

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

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

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

border-color css

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

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

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