#CA096C

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

Shades of Ruby #CA096C

Tints of Ruby #CA096C

Color information

#CA096C (or 0xCA096C) is unknown color: approx Ruby. HEX triplet: CA, 09 and 6C. RGB value is (202,9,108). Sum of RGB (Red+Green+Blue) = 202+9+108=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA096C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA096C is #35F693. Grayscale: #4D4D4D. Windows color (decimal): -3536532 or 7080394. OLE color: 7080394.

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

Color convert

RGB2029108-
CMYK00.960.470.21
HSL329.22º91.47%41.37%-
HSV(B)329.22º95.54%79.22%-
XYZ27.1613.8315.43-
YUV77.99144.94216.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 9 (3.91% from 255) = 2.82%
BLUE value IS 108 (42.58% from 255) = 33.86%
R=63.32%
G=2.82%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202910800.960.470.21329.2291.4741.37
HexCA96C0602F151495b29
Octal312111540140572551113351
Binary110010101001110110001100000101111101011010010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA096C; }

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

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

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

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

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

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

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

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