#CD887E

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

Shades of My Pink #CD887E

Tints of My Pink #CD887E

Color information

#CD887E (or 0xCD887E) is unknown color: approx My Pink. HEX triplet: CD, 88 and 7E. RGB value is (205,136,126). Sum of RGB (Red+Green+Blue) = 205+136+126=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD887E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD887E is #327781. Grayscale: #9B9B9B. Windows color (decimal): -3307394 or 8292557. OLE color: 8292557.

HSL color Cylindrical-coordinate representation of color #CD887E: hue angle of 7.59º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD887E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205136126-
CMYK00.340.390.20
HSL7.59º44.13%64.9%-
HSV(B)7.59º38.54%80.39%-
XYZ37.7532.0923.94-
YUV155.49111.36163.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.90%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 126 (49.61% from 255) = 26.98%
R=43.90%
G=29.12%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513612600.340.390.207.5944.1364.9
HexCD887E022271482c41
Octal31521017604247241054101
Binary1100110110001000111111001000101001111010010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD887E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD887E; }

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

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

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

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

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

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

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

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