#CD7888

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

Shades of Charm #CD7888

Tints of Charm #CD7888

Color information

#CD7888 (or 0xCD7888) is unknown color: approx Charm. HEX triplet: CD, 78 and 88. RGB value is (205,120,136). Sum of RGB (Red+Green+Blue) = 205+120+136=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 120 (47.27% from 255 or 26.03% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7888 is #328777. Grayscale: #939393. Windows color (decimal): -3311480 or 8943821. OLE color: 8943821.

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

Color convert

RGB205120136-
CMYK00.410.340.20
HSL348.71º45.95%63.73%-
HSV(B)348.71º41.46%80.39%-
XYZ36.3428.1926.82-
YUV147.24121.66169.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 120 (47.27% from 255) = 26.03%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=44.47%
G=26.03%
B=29.50%

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
Decimal20512013600.410.340.20348.7145.9563.73
HexCD7888029221415d2e40
Octal315170210051422453556100
Binary110011011111000100010000101001100010101001010111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7888; }

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

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

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

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

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

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

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

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