#CE807D

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

Shades of Sea Pink #CE807D

Tints of Sea Pink #CE807D

Color information

#CE807D (or 0xCE807D) is unknown color: approx Sea Pink. HEX triplet: CE, 80 and 7D. RGB value is (206,128,125). Sum of RGB (Red+Green+Blue) = 206+128+125=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE807D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE807D is #317F82. Grayscale: #979797. Windows color (decimal): -3243907 or 8224974. OLE color: 8224974.

HSL color Cylindrical-coordinate representation of color #CE807D: hue angle of 2.22º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE807D is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB206128125-
CMYK00.380.390.19
HSL2.22º45.25%64.9%-
HSV(B)2.22º39.32%80.78%-
XYZ36.8730.0423.26-
YUV150.98113.34167.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=44.88%
G=27.89%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612812500.380.390.192.2245.2564.9
HexCE807D026271322d41
Octal3162001750464723255101
Binary11001110100000001111101010011010011110011101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE807D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE807D; }

 p { color: rgb(206,128,125); }

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

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

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

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

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

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

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