#CA0063

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

Shades of Ruby #CA0063

Tints of Ruby #CA0063

Color information

#CA0063 (or 0xCA0063) is unknown color: approx Ruby. HEX triplet: CA, 00 and 63. RGB value is (202,0,99). Sum of RGB (Red+Green+Blue) = 202+0+99=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0063 is #35FF9C. Grayscale: #474747. Windows color (decimal): -3538845 or 6488266. OLE color: 6488266.

HSL color Cylindrical-coordinate representation of color #CA0063: hue angle of 330.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0063 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB202099-
CMYK010.510.21
HSL330.59º100%39.61%-
HSV(B)330.59º100%79.22%-
XYZ26.6113.4613-
YUV71.68143.42220.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.11%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=67.11%
G=0%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202099010.510.21330.5910039.61
HexCA063064331514b6428
Octal31201430144632551314450
Binary110010100110001101100100110011101011010010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0063; }

 p { color: rgb(202,0,99); }

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

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

 a { background-color: rgb(202,0,99); }

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

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

 span { border-color: rgb(202,0,99); }

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