#CFBBA8

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

Shades of Grain Brown #CFBBA8

Tints of Grain Brown #CFBBA8

Color information

#CFBBA8 (or 0xCFBBA8) is unknown color: approx Grain Brown. HEX triplet: CF, BB and A8. RGB value is (207,187,168). Sum of RGB (Red+Green+Blue) = 207+187+168=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBBA8 is #304457. Grayscale: #BEBEBE. Windows color (decimal): -3163224 or 11058127. OLE color: 11058127.

HSL color Cylindrical-coordinate representation of color #CFBBA8: hue angle of 29.23º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFBBA8 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB207187168-
CMYK00.100.190.19
HSL29.23º28.89%73.53%-
HSV(B)29.23º18.84%81.18%-
XYZ50.5751.6344.35-
YUV190.81115.13139.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 168 (66.02% from 255) = 29.89%
R=36.83%
G=33.27%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718716800.100.190.1929.2328.8973.53
HexCFBBA80A13131d1d4a
Octal31727325001223233535112
Binary11001111101110111010100001010100111001111101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBBA8; }

 p { color: rgb(207,187,168); }

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

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

 a { background-color: rgb(207,187,168); }

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

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

 span { border-color: rgb(207,187,168); }

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