#CA0F54

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

Shades of Ruby #CA0F54

Tints of Ruby #CA0F54

Color information

#CA0F54 (or 0xCA0F54) is unknown color: approx Ruby. HEX triplet: CA, 0F and 54. RGB value is (202,15,84). Sum of RGB (Red+Green+Blue) = 202+15+84=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0F54 is #35F0AB. Grayscale: #4E4E4E. Windows color (decimal): -3535020 or 5509066. OLE color: 5509066.

HSL color Cylindrical-coordinate representation of color #CA0F54: hue angle of 337.86º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F54 is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB2021584-
CMYK00.930.580.21
HSL337.86º86.18%42.55%-
HSV(B)337.86º92.57%79.22%-
XYZ26.1313.549.62-
YUV78.78130.95215.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 15 (6.25% from 255) = 4.98%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=67.11%
G=4.98%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202158400.930.580.21337.8686.1842.55
HexCAF5405D3A15152562b
Octal312171240135722552212653
Binary110010101111101010001011101111010101011010100101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0F54; }

 p { color: rgb(202,15,84); }

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

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

 a { background-color: rgb(202,15,84); }

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

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

 span { border-color: rgb(202,15,84); }

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