#CC602A

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

Shades of Chilean Fire #CC602A

Tints of Chilean Fire #CC602A

Color information

#CC602A (or 0xCC602A) is unknown color: approx Chilean Fire. HEX triplet: CC, 60 and 2A. RGB value is (204,96,42). Sum of RGB (Red+Green+Blue) = 204+96+42=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC602A is #339FD5. Grayscale: #7A7A7A. Windows color (decimal): -3383254 or 2777292. OLE color: 2777292.

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

Color convert

RGB2049642-
CMYK00.530.790.2
HSL20º65.85%48.24%-
HSV(B)20º79.41%80%-
XYZ29.521.374.76-
YUV122.1482.78186.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 96 (37.89% from 255) = 28.07%
BLUE value IS 42 (16.80% from 255) = 12.28%
R=59.65%
G=28.07%
B=12.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204964200.530.790.22065.8548.24
HexCC602A0354F14144230
Octal31414052065117242410260
Binary1100110011000001010100110101100111110100101001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC602A; }

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

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

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

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

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

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

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

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