#CD7988

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

Shades of Charm #CD7988

Tints of Charm #CD7988

Color information

#CD7988 (or 0xCD7988) is unknown color: approx Charm. HEX triplet: CD, 79 and 88. RGB value is (205,121,136). Sum of RGB (Red+Green+Blue) = 205+121+136=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7988 is #328677. Grayscale: #939393. Windows color (decimal): -3311224 or 8944077. OLE color: 8944077.

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

Color convert

RGB205121136-
CMYK00.410.340.20
HSL349.29º45.65%63.92%-
HSV(B)349.29º40.98%80.39%-
XYZ36.4628.4326.86-
YUV147.83121.33168.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 121 (47.66% from 255) = 26.19%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=44.37%
G=26.19%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512113600.410.340.20349.2945.6563.92
HexCD7988029221415d2e40
Octal315171210051422453556100
Binary110011011111001100010000101001100010101001010111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7988; }

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

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

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

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

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

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

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

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