#CEB4AE

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

Shades of Oyster Pink #CEB4AE

Tints of Oyster Pink #CEB4AE

Color information

#CEB4AE (or 0xCEB4AE) is unknown color: approx Oyster Pink. HEX triplet: CE, B4 and AE. RGB value is (206,180,174). Sum of RGB (Red+Green+Blue) = 206+180+174=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 180 (70.70% from 255 or 32.14% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB4AE is #314B51. Grayscale: #BBBBBB. Windows color (decimal): -3230546 or 11449550. OLE color: 11449550.

HSL color Cylindrical-coordinate representation of color #CEB4AE: hue angle of 11.25º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEB4AE is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB206180174-
CMYK00.130.160.19
HSL11.25º24.62%74.51%-
HSV(B)11.25º15.53%80.78%-
XYZ49.4148.8246.86-
YUV187.09120.61141.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 180 (70.70% from 255) = 32.14%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=36.79%
G=32.14%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618017400.130.160.1911.2524.6274.51
HexCEB4AE0D1013b194b
Octal31626425601520231331113
Binary1100111010110100101011100110110000100111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4AE; }

 p { color: rgb(206,180,174); }

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

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

 a { background-color: rgb(206,180,174); }

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

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

 span { border-color: rgb(206,180,174); }

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