#CFA9A8

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

Shades of Oyster Pink #CFA9A8

Tints of Oyster Pink #CFA9A8

Color information

#CFA9A8 (or 0xCFA9A8) is unknown color: approx Oyster Pink. HEX triplet: CF, A9 and A8. RGB value is (207,169,168). Sum of RGB (Red+Green+Blue) = 207+169+168=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 169 (66.41% from 255 or 31.07% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA9A8 is #305657. Grayscale: #B4B4B4. Windows color (decimal): -3167832 or 11053519. OLE color: 11053519.

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

Color convert

RGB207169168-
CMYK00.180.190.19
HSL1.54º28.89%73.53%-
HSV(B)1.54º18.84%81.18%-
XYZ46.9944.4743.15-
YUV180.25121.09147.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 169 (66.41% from 255) = 31.07%
BLUE value IS 168 (66.02% from 255) = 30.88%
R=38.05%
G=31.07%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716916800.180.190.191.5428.8973.53
HexCFA9A8012131321d4a
Octal3172512500222323235112
Binary110011111010100110101000010010100111001110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA9A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA9A8; }

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

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

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

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

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

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

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

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