#CD8080

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

Shades of Sea Pink #CD8080

Tints of Sea Pink #CD8080

Color information

#CD8080 (or 0xCD8080) is unknown color: approx Sea Pink. HEX triplet: CD, 80 and 80. RGB value is (205,128,128). Sum of RGB (Red+Green+Blue) = 205+128+128=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8080 is #327F7F. Grayscale: #979797. Windows color (decimal): -3309440 or 8421581. OLE color: 8421581.

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

Color convert

RGB205128128-
CMYK00.380.380.20
HSL43.5%65.29%-
HSV(B)37.56%80.39%-
XYZ36.7929.9824.27-
YUV151.02115.01166.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 128 (50.39% from 255) = 27.77%
R=44.47%
G=27.77%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512812800.380.380.20043.565.29
HexCD8080026261402c41
Octal3152002000464624054101
Binary11001101100000001000000001001101001101010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8080; }

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

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

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

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

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

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

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

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