#CFB5AF

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

Shades of Oyster Pink #CFB5AF

Tints of Oyster Pink #CFB5AF

Color information

#CFB5AF (or 0xCFB5AF) is unknown color: approx Oyster Pink. HEX triplet: CF, B5 and AF. RGB value is (207,181,175). Sum of RGB (Red+Green+Blue) = 207+181+175=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB5AF is #304A50. Grayscale: #BCBCBC. Windows color (decimal): -3164753 or 11515343. OLE color: 11515343.

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

Color convert

RGB207181175-
CMYK00.130.150.19
HSL11.25º25%74.9%-
HSV(B)11.25º15.46%81.18%-
XYZ49.9949.4147.46-
YUV188.09120.61141.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 181 (71.09% from 255) = 32.15%
BLUE value IS 175 (68.75% from 255) = 31.08%
R=36.77%
G=32.15%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718117500.130.150.1911.252574.9
HexCFB5AF0DF13b194b
Octal31726525701517231331113
Binary110011111011010110101111011011111100111011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5AF; }

 p { color: rgb(207,181,175); }

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

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

 a { background-color: rgb(207,181,175); }

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

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

 span { border-color: rgb(207,181,175); }

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