#CA1167

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

Shades of Ruby #CA1167

Tints of Ruby #CA1167

Color information

#CA1167 (or 0xCA1167) is unknown color: approx Ruby. HEX triplet: CA, 11 and 67. RGB value is (202,17,103). Sum of RGB (Red+Green+Blue) = 202+17+103=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA1167 is #35EE98. Grayscale: #515151. Windows color (decimal): -3534489 or 6754762. OLE color: 6754762.

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

Color convert

RGB20217103-
CMYK00.920.490.21
HSL332.11º84.47%42.94%-
HSV(B)332.11º91.58%79.22%-
XYZ27.0113.9414.1-
YUV82.12139.79213.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.73%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=62.73%
G=5.28%
B=31.99%

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
Decimal2021710300.920.490.21332.1184.4742.94
HexCA116705C311514c542b
Octal312211470134612551412453
Binary1100101010001110011101011100110001101011010011001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1167; }

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

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

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

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

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

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

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

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