#CA5833

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

Shades of Chilean Fire #CA5833

Tints of Chilean Fire #CA5833

Color information

#CA5833 (or 0xCA5833) is unknown color: approx Chilean Fire. HEX triplet: CA, 58 and 33. RGB value is (202,88,51). Sum of RGB (Red+Green+Blue) = 202+88+51=341 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.24% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5833 is #35A7CC. Grayscale: #767676. Windows color (decimal): -3516365 or 3365066. OLE color: 3365066.

HSL color Cylindrical-coordinate representation of color #CA5833: hue angle of 14.7º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA5833 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2028851-
CMYK00.560.750.21
HSL14.7º59.68%49.61%-
HSV(B)14.7º74.75%79.22%-
XYZ28.4419.785.45-
YUV117.8790.27188.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.24%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 51 (20.31% from 255) = 14.96%
R=59.24%
G=25.81%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202885100.560.750.2114.759.6849.61
HexCA58330384B15f3c32
Octal3121306307011325177462
Binary11001010101100011001101110001001011101011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5833; }

 p { color: rgb(202,88,51); }

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

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

 a { background-color: rgb(202,88,51); }

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

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

 span { border-color: rgb(202,88,51); }

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