#CA0C59

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

Shades of Ruby #CA0C59

Tints of Ruby #CA0C59

Color information

#CA0C59 (or 0xCA0C59) is unknown color: approx Ruby. HEX triplet: CA, 0C and 59. RGB value is (202,12,89). Sum of RGB (Red+Green+Blue) = 202+12+89=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 89 (35.16% from 255 or 29.37% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0C59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0C59 is #35F3A6. Grayscale: #4D4D4D. Windows color (decimal): -3535783 or 5835978. OLE color: 5835978.

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

Color convert

RGB2021289-
CMYK00.940.560.21
HSL335.68º88.79%41.96%-
HSV(B)335.68º94.06%79.22%-
XYZ26.2913.5410.68-
YUV77.59134.45216.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 12 (5.08% from 255) = 3.96%
BLUE value IS 89 (35.16% from 255) = 29.37%
R=66.67%
G=3.96%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202128900.940.560.21335.6888.7941.96
HexCAC5905E3815150592a
Octal312141310136702552013152
Binary110010101100101100101011110111000101011010100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0C59; }

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

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

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

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

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

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

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

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