#CFBEB0

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

Shades of Bone #CFBEB0

Tints of Bone #CFBEB0

Color information

#CFBEB0 (or 0xCFBEB0) is unknown color: approx Bone. HEX triplet: CF, BE and B0. RGB value is (207,190,176). Sum of RGB (Red+Green+Blue) = 207+190+176=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 176 (69.14% from 255 or 30.72% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEB0 is #30414F. Grayscale: #C1C1C1. Windows color (decimal): -3162448 or 11583183. OLE color: 11583183.

HSL color Cylindrical-coordinate representation of color #CFBEB0: hue angle of 27.1º degrees, saturation: 0.24, 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 #CFBEB0 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB207190176-
CMYK00.080.150.19
HSL27.1º24.41%75.1%-
HSV(B)27.1º14.98%81.18%-
XYZ51.9853.2348.61-
YUV193.49118.13137.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 190 (74.61% from 255) = 33.16%
BLUE value IS 176 (69.14% from 255) = 30.72%
R=36.13%
G=33.16%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719017600.080.150.1927.124.4175.1
HexCFBEB008F131b184b
Octal31727626001017233330113
Binary1100111110111110101100000100011111001111011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEB0; }

 p { color: rgb(207,190,176); }

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

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

 a { background-color: rgb(207,190,176); }

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

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

 span { border-color: rgb(207,190,176); }

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