#CA0B5A

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

Shades of Ruby #CA0B5A

Tints of Ruby #CA0B5A

Color information

#CA0B5A (or 0xCA0B5A) is unknown color: approx Ruby. HEX triplet: CA, 0B and 5A. RGB value is (202,11,90). Sum of RGB (Red+Green+Blue) = 202+11+90=303 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.67% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0B5A is #35F4A5. Grayscale: #4C4C4C. Windows color (decimal): -3536038 or 5901258. OLE color: 5901258.

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

Color convert

RGB2021190-
CMYK00.950.550.21
HSL335.18º89.67%41.76%-
HSV(B)335.18º94.55%79.22%-
XYZ26.3213.5310.9-
YUV77.11135.28217.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.67%
GREEN value IS 11 (4.69% from 255) = 3.63%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=66.67%
G=3.63%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202119000.950.550.21335.1889.6741.76
HexCAB5A05F371514f5a2a
Octal312131320137672551713252
Binary110010101011101101001011111110111101011010011111011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0B5A; }

 p { color: rgb(202,11,90); }

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

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

 a { background-color: rgb(202,11,90); }

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

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

 span { border-color: rgb(202,11,90); }

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