#CFACAA

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

Shades of Oyster Pink #CFACAA

Tints of Oyster Pink #CFACAA

Color information

#CFACAA (or 0xCFACAA) is unknown color: approx Oyster Pink. HEX triplet: CF, AC and AA. RGB value is (207,172,170). Sum of RGB (Red+Green+Blue) = 207+172+170=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACAA is #305355. Grayscale: #B6B6B6. Windows color (decimal): -3167062 or 11185359. OLE color: 11185359.

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

Color convert

RGB207172170-
CMYK00.170.180.19
HSL3.24º27.82%73.92%-
HSV(B)3.24º17.87%81.18%-
XYZ47.7445.6744.33-
YUV182.24121.1145.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=37.70%
G=31.33%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717217000.170.180.193.2427.8273.92
HexCFACAA011121331c4a
Octal3172542520212223334112
Binary110011111010110010101010010001100101001111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACAA; }

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

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

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

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

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

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

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

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