#CD6A78

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

Shades of Charm #CD6A78

Tints of Charm #CD6A78

Color information

#CD6A78 (or 0xCD6A78) is unknown color: approx Charm. HEX triplet: CD, 6A and 78. RGB value is (205,106,120). Sum of RGB (Red+Green+Blue) = 205+106+120=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6A78 is #329587. Grayscale: #898989. Windows color (decimal): -3315080 or 7891661. OLE color: 7891661.

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

Color convert

RGB205106120-
CMYK00.480.410.20
HSL351.52º49.75%60.98%-
HSV(B)351.52º48.29%80.39%-
XYZ33.7224.6420.75-
YUV137.2118.3176.36-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 106 (41.80% from 255) = 24.59%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=47.56%
G=24.59%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.41
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20510612000.480.410.20351.5249.7560.98
HexCD6A780302914160323d
Octal31515217006051245406275
Binary1100110111010101111000011000010100110100101100000110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A78; }

 p { color: rgb(205,106,120); }

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

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

 a { background-color: rgb(205,106,120); }

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

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

 span { border-color: rgb(205,106,120); }

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