#CA514B

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

Shades of Sunset #CA514B

Tints of Sunset #CA514B

Color information

#CA514B (or 0xCA514B) is unknown color: approx Sunset. HEX triplet: CA, 51 and 4B. RGB value is (202,81,75). Sum of RGB (Red+Green+Blue) = 202+81+75=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA514B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA514B is #35AEB4. Grayscale: #747474. Windows color (decimal): -3518133 or 4936138. OLE color: 4936138.

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

Color convert

RGB2028175-
CMYK00.600.630.21
HSL2.83º54.51%54.31%-
HSV(B)2.83º62.87%79.22%-
XYZ28.5718.958.81-
YUV116.49104.59188.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.42%
GREEN value IS 81 (32.03% from 255) = 22.63%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=56.42%
G=22.63%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202817500.600.630.212.8354.5154.31
HexCA514B03C3F1533736
Octal312121113074772536766
Binary110010101010001100101101111001111111010111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA514B; }

 p { color: rgb(202,81,75); }

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

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

 a { background-color: rgb(202,81,75); }

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

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

 span { border-color: rgb(202,81,75); }

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