#CA4D41

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

Shades of Sunset #CA4D41

Tints of Sunset #CA4D41

Color information

#CA4D41 (or 0xCA4D41) is unknown color: approx Sunset. HEX triplet: CA, 4D and 41. RGB value is (202,77,65). Sum of RGB (Red+Green+Blue) = 202+77+65=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D41 is #35B2BE. Grayscale: #717171. Windows color (decimal): -3519167 or 4279754. OLE color: 4279754.

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

Color convert

RGB2027765-
CMYK00.620.680.21
HSL5.26º56.38%52.35%-
HSV(B)5.26º67.82%79.22%-
XYZ27.9718.257.05-
YUV113.01100.91191.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 77 (30.47% from 255) = 22.38%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=58.72%
G=22.38%
B=18.90%

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
Decimal202776500.620.680.215.2656.3852.35
HexCA4D4103E441553834
Octal3121151010761042557064
Binary11001010100110110000010111110100010010101101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4D41; }

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

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

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

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

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

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

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

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