#CA0C53

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

Shades of Ruby #CA0C53

Tints of Ruby #CA0C53

Color information

#CA0C53 (or 0xCA0C53) is unknown color: approx Ruby. HEX triplet: CA, 0C and 53. RGB value is (202,12,83). Sum of RGB (Red+Green+Blue) = 202+12+83=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C53 is #35F3AC. Grayscale: #4C4C4C. Windows color (decimal): -3535789 or 5442762. OLE color: 5442762.

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

Color convert

RGB2021283-
CMYK00.940.590.21
HSL337.58º88.79%41.96%-
HSV(B)337.58º94.06%79.22%-
XYZ26.0513.449.41-
YUV76.9131.45217.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 68.01%
GREEN value IS 12 (5.08% from 255) = 4.04%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=68.01%
G=4.04%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202128300.940.590.21337.5888.7941.96
HexCAC5305E3B15152592a
Octal312141230136732552213152
Binary110010101100101001101011110111011101011010100101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C53; }

 p { color: rgb(202,12,83); }

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

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

 a { background-color: rgb(202,12,83); }

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

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

 span { border-color: rgb(202,12,83); }

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