#CA0E52

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

Shades of Ruby #CA0E52

Tints of Ruby #CA0E52

Color information

#CA0E52 (or 0xCA0E52) is unknown color: approx Ruby. HEX triplet: CA, 0E and 52. RGB value is (202,14,82). Sum of RGB (Red+Green+Blue) = 202+14+82=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0E52 is #35F1AD. Grayscale: #4D4D4D. Windows color (decimal): -3535278 or 5377738. OLE color: 5377738.

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

Color convert

RGB2021482-
CMYK00.930.590.21
HSL338.3º87.04%42.35%-
HSV(B)338.3º93.07%79.22%-
XYZ26.0413.489.21-
YUV77.96130.28216.47-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.79%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=67.79%
G=4.70%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202148200.930.590.21338.387.0442.35
HexCAE5205D3B15152572a
Octal312161220135732552212752
Binary110010101110101001001011101111011101011010100101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0E52; }

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

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

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

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

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

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

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

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