#CA156B

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

Shades of Ruby #CA156B

Tints of Ruby #CA156B

Color information

#CA156B (or 0xCA156B) is unknown color: approx Ruby. HEX triplet: CA, 15 and 6B. RGB value is (202,21,107). Sum of RGB (Red+Green+Blue) = 202+21+107=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA156B is #35EA94. Grayscale: #545454. Windows color (decimal): -3533461 or 7017930. OLE color: 7017930.

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

Color convert

RGB20221107-
CMYK00.900.470.21
HSL331.49º81.17%43.73%-
HSV(B)331.49º89.6%79.22%-
XYZ27.2814.1515.2-
YUV84.92140.47211.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 21 (8.59% from 255) = 6.36%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=61.21%
G=6.36%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022110700.900.470.21331.4981.1743.73
HexCA156B05A2F1514b512c
Octal312251530132572551312154
Binary1100101010101110101101011010101111101011010010111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA156B; }

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

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

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

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

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

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

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

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