#CFABAA

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

Shades of Oyster Pink #CFABAA

Tints of Oyster Pink #CFABAA

Color information

#CFABAA (or 0xCFABAA) is unknown color: approx Oyster Pink. HEX triplet: CF, AB and AA. RGB value is (207,171,170). Sum of RGB (Red+Green+Blue) = 207+171+170=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFABAA is #305455. Grayscale: #B5B5B5. Windows color (decimal): -3167318 or 11185103. OLE color: 11185103.

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

Color convert

RGB207171170-
CMYK00.170.180.19
HSL1.62º27.82%73.92%-
HSV(B)1.62º17.87%81.18%-
XYZ47.5545.2944.27-
YUV181.65121.43146.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=37.77%
G=31.20%
B=31.02%

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
Decimal20717117000.170.180.191.6227.8273.92
HexCFABAA011121321c4a
Octal3172532520212223234112
Binary110011111010101110101010010001100101001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABAA; }

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

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

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

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

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

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

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

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