#CD1165

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

Shades of Ruby #CD1165

Tints of Ruby #CD1165

Color information

#CD1165 (or 0xCD1165) is unknown color: approx Ruby. HEX triplet: CD, 11 and 65. RGB value is (205,17,101). Sum of RGB (Red+Green+Blue) = 205+17+101=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1165 is #32EE9A. Grayscale: #525252. Windows color (decimal): -3337883 or 6623693. OLE color: 6623693.

HSL color Cylindrical-coordinate representation of color #CD1165: hue angle of 333.19º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD1165 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20517101-
CMYK00.920.510.20
HSL333.19º84.68%43.53%-
HSV(B)333.19º91.71%80.39%-
XYZ27.7314.3213.61-
YUV82.79138.28215.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.47%
GREEN value IS 17 (7.03% from 255) = 5.26%
BLUE value IS 101 (39.84% from 255) = 31.27%
R=63.47%
G=5.26%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051710100.920.510.20333.1984.6843.53
HexCD116505C331414d552c
Octal315211450134632451512554
Binary1100110110001110010101011100110011101001010011011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD1165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD1165; }

 p { color: rgb(205,17,101); }

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

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

 a { background-color: rgb(205,17,101); }

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

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

 span { border-color: rgb(205,17,101); }

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