#C8BAAB

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

Shades of Grain Brown #C8BAAB

Tints of Grain Brown #C8BAAB

Color information

#C8BAAB (or 0xC8BAAB) is unknown color: approx Grain Brown. HEX triplet: C8, BA and AB. RGB value is (200,186,171). Sum of RGB (Red+Green+Blue) = 200+186+171=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAAB is #374554. Grayscale: #BCBCBC. Windows color (decimal): -3622229 or 11254472. OLE color: 11254472.

HSL color Cylindrical-coordinate representation of color #C8BAAB: hue angle of 31.03º degrees, saturation: 0.21, 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 #C8BAAB is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200186171-
CMYK00.070.140.22
HSL31.03º20.86%72.75%-
HSV(B)31.03º14.5%78.43%-
XYZ48.7350.3445.68-
YUV188.48118.14136.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.91%
GREEN value IS 186 (73.05% from 255) = 33.39%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=35.91%
G=33.39%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018617100.070.140.2231.0320.8672.75
HexC8BAAB07E161f1549
Octal3102722530716263725111
Binary110010001011101010101011011111101011011111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BAAB; }

 p { color: rgb(200,186,171); }

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

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

 a { background-color: rgb(200,186,171); }

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

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

 span { border-color: rgb(200,186,171); }

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