#CA026C

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

Shades of Ruby #CA026C

Tints of Ruby #CA026C

Color information

#CA026C (or 0xCA026C) is unknown color: approx Ruby. HEX triplet: CA, 02 and 6C. RGB value is (202,2,108). Sum of RGB (Red+Green+Blue) = 202+2+108=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA026C is #35FD93. Grayscale: #494949. Windows color (decimal): -3538324 or 7078602. OLE color: 7078602.

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

Color convert

RGB2022108-
CMYK00.990.470.21
HSL328.2º98.04%40%-
HSV(B)328.2º99.01%79.22%-
XYZ27.0913.6815.4-
YUV73.88147.26219.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=64.74%
G=0.64%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202210800.990.470.21328.298.0440
HexCA26C0632F151486228
Octal31221540143572551014250
Binary1100101010110110001100011101111101011010010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA026C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA026C; }

 p { color: rgb(202,2,108); }

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

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

 a { background-color: rgb(202,2,108); }

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

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

 span { border-color: rgb(202,2,108); }

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