#CD7186

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

Shades of Charm #CD7186

Tints of Charm #CD7186

Color information

#CD7186 (or 0xCD7186) is unknown color: approx Charm. HEX triplet: CD, 71 and 86. RGB value is (205,113,134). Sum of RGB (Red+Green+Blue) = 205+113+134=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7186 is #328E79. Grayscale: #8E8E8E. Windows color (decimal): -3313274 or 8810957. OLE color: 8810957.

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

Color convert

RGB205113134-
CMYK00.450.350.20
HSL346.3º47.92%62.35%-
HSV(B)346.3º44.88%80.39%-
XYZ35.3926.5125.81-
YUV142.9122.98172.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.35%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=45.35%
G=25%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511313400.450.350.20346.347.9262.35
HexCD718602D231415a303e
Octal31516120605543245326076
Binary11001101111000110000110010110110001110100101011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7186; }

 p { color: rgb(205,113,134); }

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

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

 a { background-color: rgb(205,113,134); }

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

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

 span { border-color: rgb(205,113,134); }

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