#CD6F7D

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

Shades of Charm #CD6F7D

Tints of Charm #CD6F7D

Color information

#CD6F7D (or 0xCD6F7D) is unknown color: approx Charm. HEX triplet: CD, 6F and 7D. RGB value is (205,111,125). Sum of RGB (Red+Green+Blue) = 205+111+125=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6F7D is #329082. Grayscale: #8C8C8C. Windows color (decimal): -3313795 or 8220621. OLE color: 8220621.

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

Color convert

RGB205111125-
CMYK00.460.390.20
HSL351.06º48.45%61.96%-
HSV(B)351.06º45.85%80.39%-
XYZ34.5625.8322.57-
YUV140.7119.14173.86-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=46.49%
G=25.17%
B=28.34%

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
Decimal20511112500.460.390.20351.0648.4561.96
HexCD6F7D02E271415f303e
Octal31515717505647245376076
Binary1100110111011111111101010111010011110100101011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F7D; }

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

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

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

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

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

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

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

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