#CFABA9

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

Shades of Oyster Pink #CFABA9

Tints of Oyster Pink #CFABA9

Color information

#CFABA9 (or 0xCFABA9) is unknown color: approx Oyster Pink. HEX triplet: CF, AB and A9. RGB value is (207,171,169). Sum of RGB (Red+Green+Blue) = 207+171+169=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABA9 is #305456. Grayscale: #B5B5B5. Windows color (decimal): -3167319 or 11119567. OLE color: 11119567.

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

Color convert

RGB207171169-
CMYK00.170.180.19
HSL3.16º28.36%73.73%-
HSV(B)3.16º18.36%81.18%-
XYZ47.4645.2643.77-
YUV181.54120.93146.16-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 171 (67.19% from 255) = 31.26%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=37.84%
G=31.26%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717116900.170.180.193.1628.3673.73
HexCFABA9011121331c4a
Octal3172532510212223334112
Binary110011111010101110101001010001100101001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABA9; }

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

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

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

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

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

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

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

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