Html Css Color HEX #CC5522 Chilean Fire

📋 copy color: '#CC5522'

red 204 ◦ green 85 ◦ blue 34

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

Shades of Chilean Fire #CC5522

Tints of Chilean Fire #CC5522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

 BLUE value IS 34 (13.67% from 255) = 10.53%

R = 63.16%
G = 26.32%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC5522 (or 0xCC5522) is known color: Chilean Fire. HEX triplet: CC, 55 and 22. RGB value is (204,85,34). Sum of RGB (Red+Green+Blue) = 204+85+34=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5522 is #33AADD. Grayscale: #737373. Windows color (decimal): -3386078 or 2250188. OLE color: 2250188.

HSL color Cylindrical-coordinate representation of color #CC5522: hue angle of 18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC5522 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 34 -
CMYK 0 0.58 0.83 0.2
HSL 18º 0.71% 0.47% -
HSV(B) 18º 0.83% 0.8% -
XYZ 28.44 19.45 3.77 -
YUV 114.77 82.42 191.65 -
System Red Green Blue C M Y K H S L
Decimal 204 85 34 0 0.58 0.83 0.2 18 0.71 0.47
Hex CC 55 22 0 3A 53 14 12 47 2F
Octal 314 125 42 0 72 123 24 22 107 57
Binary 11001100 1010101 100010 0 111010 1010011 10100 10010 1000111 101111

Color Harmonies of #CC5522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5522

Black with #CC5522

Text Example


Text Example

White with #CC5522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5522; }

 p { color: rgb(204,85,34); }

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

background-color css

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

 a { background-color: rgb(204,85,34); }

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

border-color css

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

 span { border-color: rgb(204,85,34); }

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