#CFB0AD

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

Shades of Oyster Pink #CFB0AD

Tints of Oyster Pink #CFB0AD

Color information

#CFB0AD (or 0xCFB0AD) is unknown color: approx Oyster Pink. HEX triplet: CF, B0 and AD. RGB value is (207,176,173). Sum of RGB (Red+Green+Blue) = 207+176+173=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 176 (69.14% from 255 or 31.65% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AD is #304F52. Grayscale: #B8B8B8. Windows color (decimal): -3166035 or 11382991. OLE color: 11382991.

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

Color convert

RGB207176173-
CMYK00.150.160.19
HSL5.29º26.15%74.51%-
HSV(B)5.29º16.43%81.18%-
XYZ48.847.3346.1-
YUV184.93121.27143.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 176 (69.14% from 255) = 31.65%
BLUE value IS 173 (67.97% from 255) = 31.12%
R=37.23%
G=31.65%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717617300.150.160.195.2926.1574.51
HexCFB0AD0F101351a4b
Octal3172602550172023532113
Binary110011111011000010101101011111000010011101110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0AD; }

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

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

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

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

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

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

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

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