#CA4C41

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

Shades of Sunset #CA4C41

Tints of Sunset #CA4C41

Color information

#CA4C41 (or 0xCA4C41) is unknown color: approx Sunset. HEX triplet: CA, 4C and 41. RGB value is (202,76,65). Sum of RGB (Red+Green+Blue) = 202+76+65=343 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.89% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C41 is #35B3BE. Grayscale: #707070. Windows color (decimal): -3519423 or 4279498. OLE color: 4279498.

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

Color convert

RGB2027665-
CMYK00.620.680.21
HSL4.82º56.38%52.35%-
HSV(B)4.82º67.82%79.22%-
XYZ27.918.117.03-
YUV112.42101.24191.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.89%
GREEN value IS 76 (30.08% from 255) = 22.16%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=58.89%
G=22.16%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202766500.620.680.214.8256.3852.35
HexCA4C4103E441553834
Octal3121141010761042557064
Binary11001010100110010000010111110100010010101101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4C41; }

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

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

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

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

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

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

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

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