#CD8381

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

Shades of Sea Pink #CD8381

Tints of Sea Pink #CD8381

Color information

#CD8381 (or 0xCD8381) is unknown color: approx Sea Pink. HEX triplet: CD, 83 and 81. RGB value is (205,131,129). Sum of RGB (Red+Green+Blue) = 205+131+129=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8381 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8381 is #327C7E. Grayscale: #989898. Windows color (decimal): -3308671 or 8487885. OLE color: 8487885.

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

Color convert

RGB205131129-
CMYK00.360.370.20
HSL1.58º43.18%65.49%-
HSV(B)1.58º37.07%80.39%-
XYZ37.2630.824.75-
YUV152.9114.52165.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 131 (51.56% from 255) = 28.17%
BLUE value IS 129 (50.78% from 255) = 27.74%
R=44.09%
G=28.17%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513112900.360.370.201.5843.1865.49
HexCD8381024251422b41
Octal3152032010444524253101
Binary110011011000001110000001010010010010110100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8381; }

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

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

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

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

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

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

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

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