#CA4F46

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

Shades of Sunset #CA4F46

Tints of Sunset #CA4F46

Color information

#CA4F46 (or 0xCA4F46) is unknown color: approx Sunset. HEX triplet: CA, 4F and 46. RGB value is (202,79,70). Sum of RGB (Red+Green+Blue) = 202+79+70=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4F46 is #35B0B9. Grayscale: #727272. Windows color (decimal): -3518650 or 4607946. OLE color: 4607946.

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

Color convert

RGB2027970-
CMYK00.610.650.21
HSL4.09º55.46%53.33%-
HSV(B)4.09º65.35%79.22%-
XYZ28.2618.597.89-
YUV114.75102.75190.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.55%
GREEN value IS 79 (31.25% from 255) = 22.51%
BLUE value IS 70 (27.73% from 255) = 19.94%
R=57.55%
G=22.51%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202797000.610.650.214.0955.4653.33
HexCA4F4603D411543735
Octal3121171060751012546765
Binary11001010100111110001100111101100000110101100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4F46; }

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

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

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

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

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

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

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

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