#CFB2AE

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

Shades of Oyster Pink #CFB2AE

Tints of Oyster Pink #CFB2AE

Color information

#CFB2AE (or 0xCFB2AE) is unknown color: approx Oyster Pink. HEX triplet: CF, B2 and AE. RGB value is (207,178,174). Sum of RGB (Red+Green+Blue) = 207+178+174=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB2AE is #304D51. Grayscale: #BABABA. Windows color (decimal): -3165522 or 11449039. OLE color: 11449039.

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

Color convert

RGB207178174-
CMYK00.140.160.19
HSL7.27º25.58%74.71%-
HSV(B)7.27º15.94%81.18%-
XYZ49.2948.1646.74-
YUV186.22121.11142.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=37.03%
G=31.84%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717817400.140.160.197.2725.5874.71
HexCFB2AE0E101371a4b
Octal3172622560162023732113
Binary110011111011001010101110011101000010011111110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB2AE; }

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

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

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

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

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

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

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

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