#CFAEA9

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

Shades of Oyster Pink #CFAEA9

Tints of Oyster Pink #CFAEA9

Color information

#CFAEA9 (or 0xCFAEA9) is unknown color: approx Oyster Pink. HEX triplet: CF, AE and A9. RGB value is (207,174,169). Sum of RGB (Red+Green+Blue) = 207+174+169=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEA9 is #305156. Grayscale: #B7B7B7. Windows color (decimal): -3166551 or 11120335. OLE color: 11120335.

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

Color convert

RGB207174169-
CMYK00.160.180.19
HSL7.89º28.36%73.73%-
HSV(B)7.89º18.36%81.18%-
XYZ48.0346.443.96-
YUV183.3119.93144.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 169 (66.41% from 255) = 30.73%
R=37.64%
G=31.64%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717416900.160.180.197.8928.3673.73
HexCFAEA9010121381c4a
Octal31725625102022231034112
Binary11001111101011101010100101000010010100111000111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEA9; }

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

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

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

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

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

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

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

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