#CEB5AF

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

Shades of Oyster Pink #CEB5AF

Tints of Oyster Pink #CEB5AF

Color information

#CEB5AF (or 0xCEB5AF) is unknown color: approx Oyster Pink. HEX triplet: CE, B5 and AF. RGB value is (206,181,175). Sum of RGB (Red+Green+Blue) = 206+181+175=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 181 (71.09% from 255 or 32.21% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5AF is #314A50. Grayscale: #BBBBBB. Windows color (decimal): -3230289 or 11515342. OLE color: 11515342.

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

Color convert

RGB206181175-
CMYK00.120.150.19
HSL11.61º24.03%74.71%-
HSV(B)11.61º15.05%80.78%-
XYZ49.7249.2647.45-
YUV187.79120.78140.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 181 (71.09% from 255) = 32.21%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=36.65%
G=32.21%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618117500.120.150.1911.6124.0374.71
HexCEB5AF0CF13c184b
Octal31626525701417231430113
Binary110011101011010110101111011001111100111100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5AF; }

 p { color: rgb(206,181,175); }

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

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

 a { background-color: rgb(206,181,175); }

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

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

 span { border-color: rgb(206,181,175); }

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