#CD6879

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

Shades of Charm #CD6879

Tints of Charm #CD6879

Color information

#CD6879 (or 0xCD6879) is unknown color: approx Charm. HEX triplet: CD, 68 and 79. RGB value is (205,104,121). Sum of RGB (Red+Green+Blue) = 205+104+121=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6879 is #329786. Grayscale: #888888. Windows color (decimal): -3315591 or 7956685. OLE color: 7956685.

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

Color convert

RGB205104121-
CMYK00.490.410.20
HSL349.9º50.25%60.59%-
HSV(B)349.9º49.27%80.39%-
XYZ33.5824.2621-
YUV136.14119.46177.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.67%
GREEN value IS 104 (41.02% from 255) = 24.19%
BLUE value IS 121 (47.66% from 255) = 28.14%
R=47.67%
G=24.19%
B=28.14%

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
Decimal20510412100.490.410.20349.950.2560.59
HexCD6879031291415e323d
Octal31515017106151245366275
Binary1100110111010001111001011000110100110100101011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6879; }

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

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

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

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

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

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

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

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