#CA0E56

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

Shades of Ruby #CA0E56

Tints of Ruby #CA0E56

Color information

#CA0E56 (or 0xCA0E56) is unknown color: approx Ruby. HEX triplet: CA, 0E and 56. RGB value is (202,14,86). Sum of RGB (Red+Green+Blue) = 202+14+86=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E56 is #35F1A9. Grayscale: #4E4E4E. Windows color (decimal): -3535274 or 5639882. OLE color: 5639882.

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

Color convert

RGB2021486-
CMYK00.930.570.21
HSL337.02º87.04%42.35%-
HSV(B)337.02º93.07%79.22%-
XYZ26.1913.5410.04-
YUV78.42132.28216.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 14 (5.86% from 255) = 4.64%
BLUE value IS 86 (33.98% from 255) = 28.48%
R=66.89%
G=4.64%
B=28.48%

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
Decimal202148600.930.570.21337.0287.0442.35
HexCAE5605D3915151572a
Octal312161260135712552112752
Binary110010101110101011001011101111001101011010100011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E56; }

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

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

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

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

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

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

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

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