#CEAAA8

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

Shades of Oyster Pink #CEAAA8

Tints of Oyster Pink #CEAAA8

Color information

#CEAAA8 (or 0xCEAAA8) is unknown color: approx Oyster Pink. HEX triplet: CE, AA and A8. RGB value is (206,170,168). Sum of RGB (Red+Green+Blue) = 206+170+168=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 170 (66.80% from 255 or 31.25% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAAA8 is #315557. Grayscale: #B4B4B4. Windows color (decimal): -3233112 or 11053774. OLE color: 11053774.

HSL color Cylindrical-coordinate representation of color #CEAAA8: hue angle of 3.16º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEAAA8 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206170168-
CMYK00.170.180.19
HSL3.16º27.94%73.33%-
HSV(B)3.16º18.45%80.78%-
XYZ46.944.743.2-
YUV180.54120.93146.16-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 170 (66.80% from 255) = 31.25%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=37.87%
G=31.25%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617016800.170.180.193.1627.9473.33
HexCEAAA8011121331c49
Octal3162522500212223334111
Binary110011101010101010101000010001100101001111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAAA8; }

 p { color: rgb(206,170,168); }

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

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

 a { background-color: rgb(206,170,168); }

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

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

 span { border-color: rgb(206,170,168); }

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