#CD6979

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

Shades of Charm #CD6979

Tints of Charm #CD6979

Color information

#CD6979 (or 0xCD6979) is unknown color: approx Charm. HEX triplet: CD, 69 and 79. RGB value is (205,105,121). Sum of RGB (Red+Green+Blue) = 205+105+121=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6979 is #329686. Grayscale: #888888. Windows color (decimal): -3315335 or 7956941. OLE color: 7956941.

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

Color convert

RGB205105121-
CMYK00.490.410.20
HSL350.4º50%60.78%-
HSV(B)350.4º48.78%80.39%-
XYZ33.6824.4621.04-
YUV136.72119.13176.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 105 (41.41% from 255) = 24.36%
BLUE value IS 121 (47.66% from 255) = 28.07%
R=47.56%
G=24.36%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510512100.490.410.20350.45060.78
HexCD6979031291415e323d
Octal31515117106151245366275
Binary1100110111010011111001011000110100110100101011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6979; }

 p { color: rgb(205,105,121); }

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

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

 a { background-color: rgb(205,105,121); }

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

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

 span { border-color: rgb(205,105,121); }

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