#CA0066

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

Shades of Ruby #CA0066

Tints of Ruby #CA0066

Color information

#CA0066 (or 0xCA0066) is unknown color: approx Ruby. HEX triplet: CA, 00 and 66. RGB value is (202,0,102). Sum of RGB (Red+Green+Blue) = 202+0+102=304 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.45% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0066 is #35FF99. Grayscale: #474747. Windows color (decimal): -3538842 or 6684874. OLE color: 6684874.

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

Color convert

RGB2020102-
CMYK010.500.21
HSL329.7º100%39.61%-
HSV(B)329.7º100%79.22%-
XYZ26.7613.5213.77-
YUV72.03144.92220.71-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.45%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=66.45%
G=0%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020102010.500.21329.710039.61
HexCA066064321514a6428
Octal31201460144622551214450
Binary110010100110011001100100110010101011010010101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0066; }

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

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

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

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

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

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

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

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