#CFAEAB

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

Shades of Oyster Pink #CFAEAB

Tints of Oyster Pink #CFAEAB

Color information

#CFAEAB (or 0xCFAEAB) is unknown color: approx Oyster Pink. HEX triplet: CF, AE and AB. RGB value is (207,174,171). Sum of RGB (Red+Green+Blue) = 207+174+171=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEAB is #305154. Grayscale: #B7B7B7. Windows color (decimal): -3166549 or 11251407. OLE color: 11251407.

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

Color convert

RGB207174171-
CMYK00.160.170.19
HSL27.27%74.12%-
HSV(B)17.39%81.18%-
XYZ48.2246.4844.96-
YUV183.52120.93144.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=37.5%
G=31.52%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717417100.160.170.19527.2774.12
HexCFAEAB010111351b4a
Octal3172562530202123533112
Binary1100111110101110101010110100001000110011101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEAB; }

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

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

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

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

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

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

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

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