#CFBEAF

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

Shades of Bone #CFBEAF

Tints of Bone #CFBEAF

Color information

#CFBEAF (or 0xCFBEAF) is unknown color: approx Bone. HEX triplet: CF, BE and AF. RGB value is (207,190,175). Sum of RGB (Red+Green+Blue) = 207+190+175=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBEAF is #304150. Grayscale: #C1C1C1. Windows color (decimal): -3162449 or 11517647. OLE color: 11517647.

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

Color convert

RGB207190175-
CMYK00.080.150.19
HSL28.13º25%74.9%-
HSV(B)28.13º15.46%81.18%-
XYZ51.8853.1948.09-
YUV193.37117.63137.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 190 (74.61% from 255) = 33.22%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=36.19%
G=33.22%
B=30.59%

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
Decimal20719017500.080.150.1928.132574.9
HexCFBEAF08F131c194b
Octal31727625701017233431113
Binary1100111110111110101011110100011111001111100110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEAF; }

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

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

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

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

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

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

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

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