#CA4A49

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

Shades of Sunset #CA4A49

Tints of Sunset #CA4A49

Color information

#CA4A49 (or 0xCA4A49) is unknown color: approx Sunset. HEX triplet: CA, 4A and 49. RGB value is (202,74,73). Sum of RGB (Red+Green+Blue) = 202+74+73=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A49 is #35B5B6. Grayscale: #707070. Windows color (decimal): -3519927 or 4803274. OLE color: 4803274.

HSL color Cylindrical-coordinate representation of color #CA4A49: hue angle of 0.47º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA4A49 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2027473-
CMYK00.630.640.21
HSL0.47º54.89%53.92%-
HSV(B)0.47º63.86%79.22%-
XYZ28.0117.948.29-
YUV112.16105.91192.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 73 (28.91% from 255) = 20.92%
R=57.88%
G=21.20%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202747300.630.640.210.4754.8953.92
HexCA4A4903F401503736
Octal3121121110771002506766
Binary110010101001010100100101111111000000101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4A49; }

 p { color: rgb(202,74,73); }

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

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

 a { background-color: rgb(202,74,73); }

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

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

 span { border-color: rgb(202,74,73); }

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