#CD8380

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

Shades of My Pink #CD8380

Tints of My Pink #CD8380

Color information

#CD8380 (or 0xCD8380) is unknown color: approx My Pink. HEX triplet: CD, 83 and 80. RGB value is (205,131,128). Sum of RGB (Red+Green+Blue) = 205+131+128=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8380 is #327C7F. Grayscale: #989898. Windows color (decimal): -3308672 or 8422349. OLE color: 8422349.

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

Color convert

RGB205131128-
CMYK00.360.380.20
HSL2.34º43.5%65.29%-
HSV(B)2.34º37.56%80.39%-
XYZ37.1930.7724.4-
YUV152.78114.02165.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 131 (51.56% from 255) = 28.23%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=44.18%
G=28.23%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513112800.360.380.202.3443.565.29
HexCD8380024261422c41
Octal3152032000444624254101
Binary110011011000001110000000010010010011010100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8380; }

 p { color: rgb(205,131,128); }

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

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

 a { background-color: rgb(205,131,128); }

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

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

 span { border-color: rgb(205,131,128); }

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