#CA0E57

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

Shades of Ruby #CA0E57

Tints of Ruby #CA0E57

Color information

#CA0E57 (or 0xCA0E57) is unknown color: approx Ruby. HEX triplet: CA, 0E and 57. RGB value is (202,14,87). Sum of RGB (Red+Green+Blue) = 202+14+87=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E57 is #35F1A8. Grayscale: #4E4E4E. Windows color (decimal): -3535273 or 5705418. OLE color: 5705418.

HSL color Cylindrical-coordinate representation of color #CA0E57: hue angle of 336.7º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0E57 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB2021487-
CMYK00.930.570.21
HSL336.7º87.04%42.35%-
HSV(B)336.7º93.07%79.22%-
XYZ26.2313.5610.25-
YUV78.53132.78216.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 14 (5.86% from 255) = 4.62%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=66.67%
G=4.62%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202148700.930.570.21336.787.0442.35
HexCAE5705D3915151572a
Octal312161270135712552112752
Binary110010101110101011101011101111001101011010100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E57; }

 p { color: rgb(202,14,87); }

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

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

 a { background-color: rgb(202,14,87); }

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

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

 span { border-color: rgb(202,14,87); }

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