#CA1A58

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

Shades of Ruby #CA1A58

Tints of Ruby #CA1A58

Color information

#CA1A58 (or 0xCA1A58) is unknown color: approx Ruby. HEX triplet: CA, 1A and 58. RGB value is (202,26,88). Sum of RGB (Red+Green+Blue) = 202+26+88=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1A58 is #35E5A7. Grayscale: #555555. Windows color (decimal): -3532200 or 5774026. OLE color: 5774026.

HSL color Cylindrical-coordinate representation of color #CA1A58: hue angle of 338.86º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA1A58 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB2022688-
CMYK00.870.560.21
HSL338.86º77.19%44.71%-
HSV(B)338.86º87.13%79.22%-
XYZ26.491410.54-
YUV85.69129.31210.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.92%
GREEN value IS 26 (10.55% from 255) = 8.23%
BLUE value IS 88 (34.77% from 255) = 27.85%
R=63.92%
G=8.23%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202268800.870.560.21338.8677.1944.71
HexCA1A5805738151534d2d
Octal312321300127702552311555
Binary1100101011010101100001010111111000101011010100111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1A58; }

 p { color: rgb(202,26,88); }

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

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

 a { background-color: rgb(202,26,88); }

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

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

 span { border-color: rgb(202,26,88); }

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