#CC5A2A

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

Shades of Chilean Fire #CC5A2A

Tints of Chilean Fire #CC5A2A

Color information

#CC5A2A (or 0xCC5A2A) is unknown color: approx Chilean Fire. HEX triplet: CC, 5A and 2A. RGB value is (204,90,42). Sum of RGB (Red+Green+Blue) = 204+90+42=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A2A is #33A5D5. Grayscale: #767676. Windows color (decimal): -3384790 or 2775756. OLE color: 2775756.

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

Color convert

RGB2049042-
CMYK00.560.790.2
HSL17.78º65.85%48.24%-
HSV(B)17.78º79.41%80%-
XYZ28.9820.324.58-
YUV118.6184.77188.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.71%
GREEN value IS 90 (35.55% from 255) = 26.79%
BLUE value IS 42 (16.80% from 255) = 12.5%
R=60.71%
G=26.79%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204904200.560.790.217.7865.8548.24
HexCC5A2A0384F14124230
Octal31413252070117242210260
Binary1100110010110101010100111000100111110100100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5A2A; }

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

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

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

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

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

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

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

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