#C8BBAD

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

Shades of Grain Brown #C8BBAD

Tints of Grain Brown #C8BBAD

Color information

#C8BBAD (or 0xC8BBAD) is unknown color: approx Grain Brown. HEX triplet: C8, BB and AD. RGB value is (200,187,173). Sum of RGB (Red+Green+Blue) = 200+187+173=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBAD is #374452. Grayscale: #BDBDBD. Windows color (decimal): -3621971 or 11385800. OLE color: 11385800.

HSL color Cylindrical-coordinate representation of color #C8BBAD: hue angle of 31.11º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BBAD is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200187173-
CMYK00.060.140.22
HSL31.11º19.71%73.14%-
HSV(B)31.11º13.5%78.43%-
XYZ49.1350.8446.76-
YUV189.29118.81135.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=35.71%
G=33.39%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018717300.060.140.2231.1119.7173.14
HexC8BBAD06E161f1449
Octal3102732550616263724111
Binary110010001011101110101101011011101011011111101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BBAD; }

 p { color: rgb(200,187,173); }

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

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

 a { background-color: rgb(200,187,173); }

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

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

 span { border-color: rgb(200,187,173); }

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