#CA0D5A

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

Shades of Ruby #CA0D5A

Tints of Ruby #CA0D5A

Color information

#CA0D5A (or 0xCA0D5A) is unknown color: approx Ruby. HEX triplet: CA, 0D and 5A. RGB value is (202,13,90). Sum of RGB (Red+Green+Blue) = 202+13+90=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0D5A is #35F2A5. Grayscale: #4E4E4E. Windows color (decimal): -3535526 or 5901770. OLE color: 5901770.

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

Color convert

RGB2021390-
CMYK00.940.550.21
HSL335.56º87.91%42.16%-
HSV(B)335.56º93.56%79.22%-
XYZ26.3513.5810.91-
YUV78.29134.62216.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 13 (5.47% from 255) = 4.26%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=66.23%
G=4.26%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202139000.940.550.21335.5687.9142.16
HexCAD5A05E3715150582a
Octal312151320136672552013052
Binary110010101101101101001011110110111101011010100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0D5A; }

 p { color: rgb(202,13,90); }

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

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

 a { background-color: rgb(202,13,90); }

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

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

 span { border-color: rgb(202,13,90); }

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