#CA4946

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

Shades of Sunset #CA4946

Tints of Sunset #CA4946

Color information

#CA4946 (or 0xCA4946) is unknown color: approx Sunset. HEX triplet: CA, 49 and 46. RGB value is (202,73,70). Sum of RGB (Red+Green+Blue) = 202+73+70=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 70 (27.73% from 255 or 20.29% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4946 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4946 is #35B6B9. Grayscale: #6F6F6F. Windows color (decimal): -3520186 or 4606410. OLE color: 4606410.

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

Color convert

RGB2027370-
CMYK00.640.650.21
HSL1.36º55.46%53.33%-
HSV(B)1.36º65.35%79.22%-
XYZ27.8517.767.76-
YUV111.23104.74192.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.55%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 70 (27.73% from 255) = 20.29%
R=58.55%
G=21.16%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202737000.640.650.211.3655.4653.33
HexCA4946040411513735
Octal31211110601001012516765
Binary1100101010010011000110010000001000001101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4946; }

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

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

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

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

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

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

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

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