#C8807F

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

Shades of Sea Pink #C8807F

Tints of Sea Pink #C8807F

Color information

#C8807F (or 0xC8807F) is unknown color: approx Sea Pink. HEX triplet: C8, 80 and 7F. RGB value is (200,128,127). Sum of RGB (Red+Green+Blue) = 200+128+127=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8807F is #377F80. Grayscale: #959595. Windows color (decimal): -3637121 or 8356040. OLE color: 8356040.

HSL color Cylindrical-coordinate representation of color #C8807F: hue angle of 0.82º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8807F is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200128127-
CMYK00.360.360.22
HSL0.82º39.89%64.12%-
HSV(B)0.82º36.5%78.43%-
XYZ35.3729.2523.86-
YUV149.41115.35164.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.96%
GREEN value IS 128 (50.39% from 255) = 28.13%
BLUE value IS 127 (50% from 255) = 27.91%
R=43.96%
G=28.13%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012812700.360.360.220.8239.8964.12
HexC8807F024241612840
Octal3102001770444426150100
Binary1100100010000000111111101001001001001011011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8807F; }

 p { color: rgb(200,128,127); }

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

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

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

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

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

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

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