#CD186E

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

Shades of Ruby #CD186E

Tints of Ruby #CD186E

Color information

#CD186E (or 0xCD186E) is unknown color: approx Ruby. HEX triplet: CD, 18 and 6E. RGB value is (205,24,110). Sum of RGB (Red+Green+Blue) = 205+24+110=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD186E is #32E791. Grayscale: #575757. Windows color (decimal): -3336082 or 7215309. OLE color: 7215309.

HSL color Cylindrical-coordinate representation of color #CD186E: hue angle of 331.49º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD186E is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB20524110-
CMYK00.880.460.20
HSL331.49º79.04%44.9%-
HSV(B)331.49º88.29%80.39%-
XYZ28.3214.7616.11-
YUV87.92140.47211.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.47%
GREEN value IS 24 (9.77% from 255) = 7.08%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=60.47%
G=7.08%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2052411000.880.460.20331.4979.0444.9
HexCD186E0582E1414b4f2d
Octal315301560130562451311755
Binary1100110111000110111001011000101110101001010010111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD186E; }

 p { color: rgb(205,24,110); }

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

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

 a { background-color: rgb(205,24,110); }

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

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

 span { border-color: rgb(205,24,110); }

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