#CD8280

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

Shades of Sea Pink #CD8280

Tints of Sea Pink #CD8280

Color information

#CD8280 (or 0xCD8280) is unknown color: approx Sea Pink. HEX triplet: CD, 82 and 80. RGB value is (205,130,128). Sum of RGB (Red+Green+Blue) = 205+130+128=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8280 is #327D7F. Grayscale: #989898. Windows color (decimal): -3308928 or 8422093. OLE color: 8422093.

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

Color convert

RGB205130128-
CMYK00.370.380.20
HSL1.56º43.5%65.29%-
HSV(B)1.56º37.56%80.39%-
XYZ37.0630.524.36-
YUV152.2114.35165.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.28%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=44.28%
G=28.08%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513012800.370.380.201.5643.565.29
HexCD8280025261422c41
Octal3152022000454624254101
Binary110011011000001010000000010010110011010100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8280; }

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

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

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

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

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

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

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

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