Html Css Color HEX #CC5B32 Chilean Fire

📋 copy color: '#CC5B32'

red 204 ◦ green 91 ◦ blue 50

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

Shades of Chilean Fire #CC5B32

Tints of Chilean Fire #CC5B32

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.38%

 BLUE value IS 50 (19.92% from 255) = 14.49%

R = 59.13%
G = 26.38%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC5B32 (or 0xCC5B32) is known color: Chilean Fire. HEX triplet: CC, 5B and 32. RGB value is (204,91,50). Sum of RGB (Red+Green+Blue) = 204+91+50=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B32 is #33A4CD. Grayscale: #787878. Windows color (decimal): -3384526 or 3300300. OLE color: 3300300.

HSL color Cylindrical-coordinate representation of color #CC5B32: hue angle of 15.97º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC5B32 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 91 50 -
CMYK 0 0.55 0.75 0.2
HSL 15.97º 0.61% 0.5% -
HSV(B) 15.97º 0.75% 0.8% -
XYZ 29.22 20.55 5.44 -
YUV 120.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 204 91 50 0 0.55 0.75 0.2 15.97 0.61 0.5
Hex CC 5B 32 0 37 4B 14 10 3D 32
Octal 314 133 62 0 67 113 24 20 75 62
Binary 11001100 1011011 110010 0 110111 1001011 10100 10000 111101 110010

Color Harmonies of #CC5B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B32

Black with #CC5B32

Text Example


Text Example

White with #CC5B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B32; }

 p { color: rgb(204,91,50); }

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

background-color css

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

 a { background-color: rgb(204,91,50); }

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

border-color css

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

 span { border-color: rgb(204,91,50); }

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