#CFA9A9

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

Shades of Oyster Pink #CFA9A9

Tints of Oyster Pink #CFA9A9

Color information

#CFA9A9 (or 0xCFA9A9) is unknown color: approx Oyster Pink. HEX triplet: CF, A9 and A9. RGB value is (207,169,169). Sum of RGB (Red+Green+Blue) = 207+169+169=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 169 (66.41% from 255 or 31.01% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9A9 is #305656. Grayscale: #B4B4B4. Windows color (decimal): -3167831 or 11119055. OLE color: 11119055.

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

Color convert

RGB207169169-
CMYK00.180.180.19
HSL28.36%73.73%-
HSV(B)18.36%81.18%-
XYZ47.0844.5143.65-
YUV180.36121.59147-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 169 (66.41% from 255) = 31.01%
R=37.98%
G=31.01%
B=31.01%

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
Decimal20716916900.180.180.19028.3673.73
HexCFA9A9012121301c4a
Octal3172512510222223034112
Binary11001111101010011010100101001010010100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9A9; }

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

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

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

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

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

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

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

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