#CFB0AB

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

Shades of Oyster Pink #CFB0AB

Tints of Oyster Pink #CFB0AB

Color information

#CFB0AB (or 0xCFB0AB) is unknown color: approx Oyster Pink. HEX triplet: CF, B0 and AB. RGB value is (207,176,171). Sum of RGB (Red+Green+Blue) = 207+176+171=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB0AB is #304F54. Grayscale: #B8B8B8. Windows color (decimal): -3166037 or 11251919. OLE color: 11251919.

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

Color convert

RGB207176171-
CMYK00.150.170.19
HSL8.33º27.27%74.12%-
HSV(B)8.33º17.39%81.18%-
XYZ48.6147.2645.09-
YUV184.7120.27143.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=37.36%
G=31.77%
B=30.87%

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
Decimal20717617100.150.170.198.3327.2774.12
HexCFB0AB0F111381b4a
Octal31726025301721231033112
Binary1100111110110000101010110111110001100111000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0AB; }

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

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

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

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

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

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

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

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