#CFB1AC

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

Shades of Oyster Pink #CFB1AC

Tints of Oyster Pink #CFB1AC

Color information

#CFB1AC (or 0xCFB1AC) is unknown color: approx Oyster Pink. HEX triplet: CF, B1 and AC. RGB value is (207,177,172). Sum of RGB (Red+Green+Blue) = 207+177+172=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 177 (69.53% from 255 or 31.83% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB1AC is #304E53. Grayscale: #B9B9B9. Windows color (decimal): -3165780 or 11317711. OLE color: 11317711.

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

Color convert

RGB207177172-
CMYK00.140.170.19
HSL8.57º26.72%74.31%-
HSV(B)8.57º16.91%81.18%-
XYZ48.947.6945.66-
YUV185.4120.44143.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 177 (69.53% from 255) = 31.83%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=37.23%
G=31.83%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717717200.140.170.198.5726.7274.31
HexCFB1AC0E111391b4a
Octal31726125401621231133112
Binary1100111110110001101011000111010001100111001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB1AC; }

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

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

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

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

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

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

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

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