#CD8180

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

Shades of Sea Pink #CD8180

Tints of Sea Pink #CD8180

Color information

#CD8180 (or 0xCD8180) is unknown color: approx Sea Pink. HEX triplet: CD, 81 and 80. RGB value is (205,129,128). Sum of RGB (Red+Green+Blue) = 205+129+128=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8180 is #327E7F. Grayscale: #979797. Windows color (decimal): -3309184 or 8421837. OLE color: 8421837.

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

Color convert

RGB205129128-
CMYK00.370.380.20
HSL0.78º43.5%65.29%-
HSV(B)0.78º37.56%80.39%-
XYZ36.9230.2424.31-
YUV151.61114.68166.08-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.37%
GREEN value IS 129 (50.78% from 255) = 27.92%
BLUE value IS 128 (50.39% from 255) = 27.71%
R=44.37%
G=27.92%
B=27.71%

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
Decimal20512912800.370.380.200.7843.565.29
HexCD8180025261412c41
Octal3152012000454624154101
Binary11001101100000011000000001001011001101010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8180; }

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

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

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

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

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

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

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

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