#CD6F7C

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

Shades of Charm #CD6F7C

Tints of Charm #CD6F7C

Color information

#CD6F7C (or 0xCD6F7C) is unknown color: approx Charm. HEX triplet: CD, 6F and 7C. RGB value is (205,111,124). Sum of RGB (Red+Green+Blue) = 205+111+124=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F7C is #329083. Grayscale: #8C8C8C. Windows color (decimal): -3313796 or 8155085. OLE color: 8155085.

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

Color convert

RGB205111124-
CMYK00.460.400.20
HSL351.7º48.45%61.96%-
HSV(B)351.7º45.85%80.39%-
XYZ34.525.822.23-
YUV140.59118.64173.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 111 (43.75% from 255) = 25.23%
BLUE value IS 124 (48.83% from 255) = 28.18%
R=46.59%
G=25.23%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511112400.460.400.20351.748.4561.96
HexCD6F7C02E2814160303e
Octal31515717405650245406076
Binary1100110111011111111100010111010100010100101100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F7C; }

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

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

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

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

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

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

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

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