#CFAEAA

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

Shades of Oyster Pink #CFAEAA

Tints of Oyster Pink #CFAEAA

Color information

#CFAEAA (or 0xCFAEAA) is unknown color: approx Oyster Pink. HEX triplet: CF, AE and AA. RGB value is (207,174,170). Sum of RGB (Red+Green+Blue) = 207+174+170=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEAA is #305155. Grayscale: #B7B7B7. Windows color (decimal): -3166550 or 11185871. OLE color: 11185871.

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

Color convert

RGB207174170-
CMYK00.160.180.19
HSL6.49º27.82%73.92%-
HSV(B)6.49º17.87%81.18%-
XYZ48.1246.4444.46-
YUV183.41120.43144.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.57%
GREEN value IS 174 (68.36% from 255) = 31.58%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=37.57%
G=31.58%
B=30.85%

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
Decimal20717417000.160.180.196.4927.8273.92
HexCFAEAA010121361c4a
Octal3172562520202223634112
Binary1100111110101110101010100100001001010011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEAA; }

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

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

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

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

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

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

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

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