#CD7989

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

Shades of Charm #CD7989

Tints of Charm #CD7989

Color information

#CD7989 (or 0xCD7989) is unknown color: approx Charm. HEX triplet: CD, 79 and 89. RGB value is (205,121,137). Sum of RGB (Red+Green+Blue) = 205+121+137=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7989 is #328676. Grayscale: #939393. Windows color (decimal): -3311223 or 9009613. OLE color: 9009613.

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

Color convert

RGB205121137-
CMYK00.410.330.20
HSL348.57º45.65%63.92%-
HSV(B)348.57º40.98%80.39%-
XYZ36.5328.4627.23-
YUV147.94121.83168.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=44.28%
G=26.13%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512113700.410.330.20348.5745.6563.92
HexCD7989029211415d2e40
Octal315171211051412453556100
Binary110011011111001100010010101001100001101001010111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7989; }

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

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

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

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

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

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

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

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