#CD6E7E

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

Shades of Charm #CD6E7E

Tints of Charm #CD6E7E

Color information

#CD6E7E (or 0xCD6E7E) is unknown color: approx Charm. HEX triplet: CD, 6E and 7E. RGB value is (205,110,126). Sum of RGB (Red+Green+Blue) = 205+110+126=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6E7E is #329181. Grayscale: #8C8C8C. Windows color (decimal): -3314050 or 8285901. OLE color: 8285901.

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

Color convert

RGB205110126-
CMYK00.460.390.20
HSL349.89º48.72%61.76%-
HSV(B)349.89º46.34%80.39%-
XYZ34.5225.6422.87-
YUV140.23119.97174.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 110 (43.36% from 255) = 24.94%
BLUE value IS 126 (49.61% from 255) = 28.57%
R=46.49%
G=24.94%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511012600.460.390.20349.8948.7261.76
HexCD6E7E02E271415e313e
Octal31515617605647245366176
Binary1100110111011101111110010111010011110100101011110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E7E; }

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

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

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

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

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

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

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

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