#CC5B2A

Color #CC5B2A Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CC5B2A

Tints of Chilean Fire #CC5B2A

Color information

#CC5B2A (or 0xCC5B2A) is unknown color: approx Chilean Fire. HEX triplet: CC, 5B and 2A. RGB value is (204,91,42). Sum of RGB (Red+Green+Blue) = 204+91+42=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B2A is #33A4D5. Grayscale: #777777. Windows color (decimal): -3384534 or 2776012. OLE color: 2776012.

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

Color convert

RGB2049142-
CMYK00.550.790.2
HSL18.15º65.85%48.24%-
HSV(B)18.15º79.41%80%-
XYZ29.0620.494.61-
YUV119.284.44188.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.53%
GREEN value IS 91 (35.94% from 255) = 27.00%
BLUE value IS 42 (16.80% from 255) = 12.46%
R=60.53%
G=27.00%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204914200.550.790.218.1565.8548.24
HexCC5B2A0374F14124230
Octal31413352067117242210260
Binary1100110010110111010100110111100111110100100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5B2A; }

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

 H1.HeaderClassName
 {
   color: #CC5B2A;
 }
 .AnyTagClassName
 {
   color: #CC5B2A;
 }
</style>
background-color css

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

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

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

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

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

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