#CFB1AE

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

Shades of Oyster Pink #CFB1AE

Tints of Oyster Pink #CFB1AE

Color information

#CFB1AE (or 0xCFB1AE) is unknown color: approx Oyster Pink. HEX triplet: CF, B1 and AE. RGB value is (207,177,174). Sum of RGB (Red+Green+Blue) = 207+177+174=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 174 (68.36% from 255 or 31.18% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB1AE is #304E51. Grayscale: #B9B9B9. Windows color (decimal): -3165778 or 11448783. OLE color: 11448783.

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

Color convert

RGB207177174-
CMYK00.140.160.19
HSL5.45º25.58%74.71%-
HSV(B)5.45º15.94%81.18%-
XYZ49.0947.7746.68-
YUV185.63121.44143.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 177 (69.53% from 255) = 31.72%
BLUE value IS 174 (68.36% from 255) = 31.18%
R=37.10%
G=31.72%
B=31.18%

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
Decimal20717717400.140.160.195.4525.5874.71
HexCFB1AE0E101351a4b
Octal3172612560162023532113
Binary110011111011000110101110011101000010011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1AE; }

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

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

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

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

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

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

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

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