#CFB0AC

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

Shades of Oyster Pink #CFB0AC

Tints of Oyster Pink #CFB0AC

Color information

#CFB0AC (or 0xCFB0AC) is unknown color: approx Oyster Pink. HEX triplet: CF, B0 and AC. RGB value is (207,176,172). Sum of RGB (Red+Green+Blue) = 207+176+172=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AC is #304F53. Grayscale: #B8B8B8. Windows color (decimal): -3166036 or 11317455. OLE color: 11317455.

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

Color convert

RGB207176172-
CMYK00.150.170.19
HSL6.86º26.72%74.31%-
HSV(B)6.86º16.91%81.18%-
XYZ48.747.2945.59-
YUV184.81120.77143.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 176 (69.14% from 255) = 31.71%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=37.30%
G=31.71%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717617200.150.170.196.8626.7274.31
HexCFB0AC0F111371b4a
Octal3172602540172123733112
Binary110011111011000010101100011111000110011111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0AC; }

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

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

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

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

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

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

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

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