#CE817A

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

Shades of Sea Pink #CE817A

Tints of Sea Pink #CE817A

Color information

#CE817A (or 0xCE817A) is unknown color: approx Sea Pink. HEX triplet: CE, 81 and 7A. RGB value is (206,129,122). Sum of RGB (Red+Green+Blue) = 206+129+122=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE817A is #317E85. Grayscale: #979797. Windows color (decimal): -3243654 or 8028622. OLE color: 8028622.

HSL color Cylindrical-coordinate representation of color #CE817A: hue angle of 5º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE817A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB206129122-
CMYK00.370.410.19
HSL46.15%64.31%-
HSV(B)40.78%80.78%-
XYZ36.8230.2322.31-
YUV151.23111.51167.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.08%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 122 (48.05% from 255) = 26.70%
R=45.08%
G=28.23%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612912200.370.410.19546.1564.31
HexCE817A025291352e40
Octal3162011720455123556100
Binary110011101000000111110100100101101001100111011011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE817A; }

 p { color: rgb(206,129,122); }

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

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

 a { background-color: rgb(206,129,122); }

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

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

 span { border-color: rgb(206,129,122); }

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