#CD6F7E

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

Shades of Charm #CD6F7E

Tints of Charm #CD6F7E

Color information

#CD6F7E (or 0xCD6F7E) is unknown color: approx Charm. HEX triplet: CD, 6F and 7E. RGB value is (205,111,126). Sum of RGB (Red+Green+Blue) = 205+111+126=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 126 (49.61% from 255 or 28.51% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F7E is #329081. Grayscale: #8C8C8C. Windows color (decimal): -3313794 or 8286157. OLE color: 8286157.

HSL color Cylindrical-coordinate representation of color #CD6F7E: hue angle of 350.43º degrees, saturation: 0.48, 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 #CD6F7E is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205111126-
CMYK00.460.390.20
HSL350.43º48.45%61.96%-
HSV(B)350.43º45.85%80.39%-
XYZ34.6325.8522.9-
YUV140.82119.64173.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 126 (49.61% from 255) = 28.51%
R=46.38%
G=25.11%
B=28.51%

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
Decimal20511112600.460.390.20350.4348.4561.96
HexCD6F7E02E271415e303e
Octal31515717605647245366076
Binary1100110111011111111110010111010011110100101011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F7E; }

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

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

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

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

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

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

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

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