#CA096B

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

Shades of Ruby #CA096B

Tints of Ruby #CA096B

Color information

#CA096B (or 0xCA096B) is unknown color: approx Ruby. HEX triplet: CA, 09 and 6B. RGB value is (202,9,107). Sum of RGB (Red+Green+Blue) = 202+9+107=318 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.52% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 202 - color contains mainly: red. Hex color #CA096B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA096B is #35F694. Grayscale: #4D4D4D. Windows color (decimal): -3536533 or 7014858. OLE color: 7014858.

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

Color convert

RGB2029107-
CMYK00.960.470.21
HSL329.53º91.47%41.37%-
HSV(B)329.53º95.54%79.22%-
XYZ27.1113.8115.15-
YUV77.88144.44216.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.52%
GREEN value IS 9 (3.91% from 255) = 2.83%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=63.52%
G=2.83%
B=33.65%

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
Decimal202910700.960.470.21329.5391.4741.37
HexCA96B0602F1514a5b29
Octal312111530140572551213351
Binary110010101001110101101100000101111101011010010101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA096B; }

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

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

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

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

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

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

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

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