#CA4846

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

Shades of Sunset #CA4846

Tints of Sunset #CA4846

Color information

#CA4846 (or 0xCA4846) is unknown color: approx Sunset. HEX triplet: CA, 48 and 46. RGB value is (202,72,70). Sum of RGB (Red+Green+Blue) = 202+72+70=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4846 is #35B7B9. Grayscale: #6E6E6E. Windows color (decimal): -3520442 or 4606154. OLE color: 4606154.

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

Color convert

RGB2027270-
CMYK00.640.650.21
HSL0.91º55.46%53.33%-
HSV(B)0.91º65.35%79.22%-
XYZ27.7817.637.73-
YUV110.64105.07193.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.72%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=58.72%
G=20.93%
B=20.35%

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
Decimal202727000.640.650.210.9155.4653.33
HexCA4846040411513735
Octal31211010601001012516765
Binary1100101010010001000110010000001000001101011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4846; }

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

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

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

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

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

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

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

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