#CA0064

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

Shades of Ruby #CA0064

Tints of Ruby #CA0064

Color information

#CA0064 (or 0xCA0064) is unknown color: approx Ruby. HEX triplet: CA, 00 and 64. RGB value is (202,0,100). Sum of RGB (Red+Green+Blue) = 202+0+100=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0064 is #35FF9B. Grayscale: #474747. Windows color (decimal): -3538844 or 6553802. OLE color: 6553802.

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

Color convert

RGB2020100-
CMYK010.500.21
HSL330.3º100%39.61%-
HSV(B)330.3º100%79.22%-
XYZ26.6613.4813.25-
YUV71.8143.92220.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=66.89%
G=0%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020100010.500.21330.310039.61
HexCA064064321514a6428
Octal31201440144622551214450
Binary110010100110010001100100110010101011010010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0064; }

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

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

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

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

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

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

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

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