#CA602F

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

Shades of Chilean Fire #CA602F

Tints of Chilean Fire #CA602F

Color information

#CA602F (or 0xCA602F) is unknown color: approx Chilean Fire. HEX triplet: CA, 60 and 2F. RGB value is (202,96,47). Sum of RGB (Red+Green+Blue) = 202+96+47=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA602F is #359FD0. Grayscale: #7A7A7A. Windows color (decimal): -3514321 or 3104970. OLE color: 3104970.

HSL color Cylindrical-coordinate representation of color #CA602F: hue angle of 18.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA602F is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2029647-
CMYK00.520.770.21
HSL18.97º62.25%48.82%-
HSV(B)18.97º76.73%79.22%-
XYZ29.0521.135.24-
YUV122.1185.62184.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 47 (18.75% from 255) = 13.62%
R=58.55%
G=27.83%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202964700.520.770.2118.9762.2548.82
HexCA602F0344D15133e31
Octal3121405706411525237661
Binary110010101100000101111011010010011011010110011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA602F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA602F; }

 p { color: rgb(202,96,47); }

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

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

 a { background-color: rgb(202,96,47); }

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

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

 span { border-color: rgb(202,96,47); }

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