Html Css Color HEX #CC531C Chocolate

📋 copy color: '#CC531C'

red 204 ◦ green 83 ◦ blue 28

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

Shades of Chocolate #CC531C

Tints of Chocolate #CC531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 28 (11.33% from 255) = 8.89%

R = 64.76%
G = 26.35%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC531C (or 0xCC531C) is known color: Chocolate. HEX triplet: CC, 53 and 1C. RGB value is (204,83,28). Sum of RGB (Red+Green+Blue) = 204+83+28=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC531C is #33ACE3. Grayscale: #717171. Windows color (decimal): -3386596 or 1856460. OLE color: 1856460.

HSL color Cylindrical-coordinate representation of color #CC531C: hue angle of 18.75º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC531C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 83 28 -
CMYK 0 0.59 0.86 0.2
HSL 18.75º 0.76% 0.45% -
HSV(B) 18.75º 0.86% 0.8% -
XYZ 28.2 19.11 3.3 -
YUV 112.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 204 83 28 0 0.59 0.86 0.2 18.75 0.76 0.45
Hex CC 53 1C 0 3B 56 14 13 4C 2D
Octal 314 123 34 0 73 126 24 23 114 55
Binary 11001100 1010011 11100 0 111011 1010110 10100 10011 1001100 101101

Color Harmonies of #CC531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC531C

Black with #CC531C

Text Example


Text Example

White with #CC531C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC531C; }

 p { color: rgb(204,83,28); }

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

background-color css

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

 a { background-color: rgb(204,83,28); }

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

border-color css

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

 span { border-color: rgb(204,83,28); }

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