#CA1168

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

Shades of Ruby #CA1168

Tints of Ruby #CA1168

Color information

#CA1168 (or 0xCA1168) is unknown color: approx Ruby. HEX triplet: CA, 11 and 68. RGB value is (202,17,104). Sum of RGB (Red+Green+Blue) = 202+17+104=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1168 is #35EE97. Grayscale: #525252. Windows color (decimal): -3534488 or 6820298. OLE color: 6820298.

HSL color Cylindrical-coordinate representation of color #CA1168: hue angle of 331.78º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1168 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20217104-
CMYK00.920.490.21
HSL331.78º84.47%42.94%-
HSV(B)331.78º91.58%79.22%-
XYZ27.0613.9614.36-
YUV82.23140.29213.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 104 (41.02% from 255) = 32.20%
R=62.54%
G=5.26%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021710400.920.490.21331.7884.4742.94
HexCA116805C311514c542b
Octal312211500134612551412453
Binary1100101010001110100001011100110001101011010011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1168; }

 p { color: rgb(202,17,104); }

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

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

 a { background-color: rgb(202,17,104); }

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

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

 span { border-color: rgb(202,17,104); }

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