Html Css Color HEX #CC5632 Chilean Fire

📋 copy color: '#CC5632'

red 204 ◦ green 86 ◦ blue 50

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

Shades of Chilean Fire #CC5632

Tints of Chilean Fire #CC5632

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.29%

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

R = 60%
G = 25.29%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.2

RGB Variations

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

Color information

#CC5632 (or 0xCC5632) is known color: Chilean Fire. HEX triplet: CC, 56 and 32. RGB value is (204,86,50). Sum of RGB (Red+Green+Blue) = 204+86+50=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5632 is #33A9CD. Grayscale: #757575. Windows color (decimal): -3385806 or 3299020. OLE color: 3299020.

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

Color convert

RGB 204 86 50 -
CMYK 0 0.58 0.75 0.2
HSL 14.03º 0.61% 0.5% -
HSV(B) 14.03º 0.75% 0.8% -
XYZ 28.81 19.72 5.31 -
YUV 117.18 90.09 189.93 -
System Red Green Blue C M Y K H S L
Decimal 204 86 50 0 0.58 0.75 0.2 14.03 0.61 0.5
Hex CC 56 32 0 3A 4B 14 E 3D 32
Octal 314 126 62 0 72 113 24 16 75 62
Binary 11001100 1010110 110010 0 111010 1001011 10100 1110 111101 110010

Color Harmonies of #CC5632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5632

Black with #CC5632

Text Example


Text Example

White with #CC5632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5632; }

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

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

background-color css

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

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

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

border-color css

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

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

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