#CFB3AE

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

Shades of Oyster Pink #CFB3AE

Tints of Oyster Pink #CFB3AE

Color information

#CFB3AE (or 0xCFB3AE) is unknown color: approx Oyster Pink. HEX triplet: CF, B3 and AE. RGB value is (207,179,174). Sum of RGB (Red+Green+Blue) = 207+179+174=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB3AE is #304C51. Grayscale: #BABABA. Windows color (decimal): -3165266 or 11449295. OLE color: 11449295.

HSL color Cylindrical-coordinate representation of color #CFB3AE: hue angle of 9.09º degrees, saturation: 0.26, 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 #CFB3AE is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB207179174-
CMYK00.140.160.19
HSL9.09º25.58%74.71%-
HSV(B)9.09º15.94%81.18%-
XYZ49.4948.5646.81-
YUV186.8120.78142.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.96%
GREEN value IS 179 (70.31% from 255) = 31.96%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=36.96%
G=31.96%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717917400.140.160.199.0925.5874.71
HexCFB3AE0E101391a4b
Octal31726325601620231132113
Binary1100111110110011101011100111010000100111001110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB3AE; }

 p { color: rgb(207,179,174); }

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

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

 a { background-color: rgb(207,179,174); }

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

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

 span { border-color: rgb(207,179,174); }

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