#CA4C45

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

Shades of Sunset #CA4C45

Tints of Sunset #CA4C45

Color information

#CA4C45 (or 0xCA4C45) is unknown color: approx Sunset. HEX triplet: CA, 4C and 45. RGB value is (202,76,69). Sum of RGB (Red+Green+Blue) = 202+76+69=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C45 is #35B3BA. Grayscale: #717171. Windows color (decimal): -3519419 or 4541642. OLE color: 4541642.

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

Color convert

RGB2027669-
CMYK00.620.660.21
HSL3.16º55.65%53.14%-
HSV(B)3.16º65.84%79.22%-
XYZ28.0218.167.66-
YUV112.88103.24191.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.21%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=58.21%
G=21.90%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202766900.620.660.213.1655.6553.14
HexCA4C4503E421533835
Octal3121141050761022537065
Binary1100101010011001000101011111010000101010111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4C45; }

 p { color: rgb(202,76,69); }

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

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

 a { background-color: rgb(202,76,69); }

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

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

 span { border-color: rgb(202,76,69); }

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