#CFAAA9

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

Shades of Oyster Pink #CFAAA9

Tints of Oyster Pink #CFAAA9

Color information

#CFAAA9 (or 0xCFAAA9) is unknown color: approx Oyster Pink. HEX triplet: CF, AA and A9. RGB value is (207,170,169). Sum of RGB (Red+Green+Blue) = 207+170+169=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 169 (66.41% from 255 or 30.95% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAAA9 is #305556. Grayscale: #B4B4B4. Windows color (decimal): -3167575 or 11119311. OLE color: 11119311.

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

Color convert

RGB207170169-
CMYK00.180.180.19
HSL1.58º28.36%73.73%-
HSV(B)1.58º18.36%81.18%-
XYZ47.2744.8843.71-
YUV180.95121.26146.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 169 (66.41% from 255) = 30.95%
R=37.91%
G=31.14%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717016900.180.180.191.5828.3673.73
HexCFAAA9012121321c4a
Octal3172522510222223234112
Binary110011111010101010101001010010100101001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAAA9; }

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

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

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

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

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

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

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

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