#CA4C44

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

Shades of Sunset #CA4C44

Tints of Sunset #CA4C44

Color information

#CA4C44 (or 0xCA4C44) is unknown color: approx Sunset. HEX triplet: CA, 4C and 44. RGB value is (202,76,68). Sum of RGB (Red+Green+Blue) = 202+76+68=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C44 is #35B3BB. Grayscale: #707070. Windows color (decimal): -3519420 or 4476106. OLE color: 4476106.

HSL color Cylindrical-coordinate representation of color #CA4C44: hue angle of 3.58º 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 #CA4C44 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB2027668-
CMYK00.620.660.21
HSL3.58º55.83%52.94%-
HSV(B)3.58º66.34%79.22%-
XYZ27.9818.147.5-
YUV112.76102.74191.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 76 (30.08% from 255) = 21.97%
BLUE value IS 68 (26.95% from 255) = 19.65%
R=58.38%
G=21.97%
B=19.65%

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
Decimal202766800.620.660.213.5855.8352.94
HexCA4C4403E421543835
Octal3121141040761022547065
Binary11001010100110010001000111110100001010101100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4C44; }

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

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

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

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

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

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

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

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