#CA185D

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

Shades of Ruby #CA185D

Tints of Ruby #CA185D

Color information

#CA185D (or 0xCA185D) is unknown color: approx Ruby. HEX triplet: CA, 18 and 5D. RGB value is (202,24,93). Sum of RGB (Red+Green+Blue) = 202+24+93=319 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.32% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 202 - color contains mainly: red. Hex color #CA185D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA185D is #35E7A2. Grayscale: #545454. Windows color (decimal): -3532707 or 6101194. OLE color: 6101194.

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

Color convert

RGB2022493-
CMYK00.880.540.21
HSL336.74º78.76%44.31%-
HSV(B)336.74º88.12%79.22%-
XYZ26.661411.65-
YUV85.09132.47211.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 63.32%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=63.32%
G=7.52%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202249300.880.540.21336.7478.7644.31
HexCA185D05836151514f2c
Octal312301350130662552111754
Binary1100101011000101110101011000110110101011010100011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA185D; }

 p { color: rgb(202,24,93); }

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

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

 a { background-color: rgb(202,24,93); }

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

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

 span { border-color: rgb(202,24,93); }

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