#CA155B

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

Shades of Ruby #CA155B

Tints of Ruby #CA155B

Color information

#CA155B (or 0xCA155B) is unknown color: approx Ruby. HEX triplet: CA, 15 and 5B. RGB value is (202,21,91). Sum of RGB (Red+Green+Blue) = 202+21+91=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA155B is #35EAA4. Grayscale: #535353. Windows color (decimal): -3533477 or 5969354. OLE color: 5969354.

HSL color Cylindrical-coordinate representation of color #CA155B: hue angle of 336.8º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA155B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB2022191-
CMYK00.900.550.21
HSL336.8º81.17%43.73%-
HSV(B)336.8º89.6%79.22%-
XYZ26.5113.8511.17-
YUV83.1132.47212.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 21 (8.59% from 255) = 6.69%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=64.33%
G=6.69%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202219100.900.550.21336.881.1743.73
HexCA155B05A3715151512c
Octal312251330132672552112154
Binary1100101010101101101101011010110111101011010100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA155B; }

 p { color: rgb(202,21,91); }

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

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

 a { background-color: rgb(202,21,91); }

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

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

 span { border-color: rgb(202,21,91); }

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