Html Css Color HEX #C8BAAB Grain Brown

📋 copy color: '#C8BAAB'

red 200 ◦ green 186 ◦ blue 171

#C8BAAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #C8BAAB

Tints of Grain Brown #C8BAAB

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.7%

R = 35.91%
G = 33.39%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C8BAAB (or 0xC8BAAB) is known color: 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

RGB 200 186 171 -
CMYK 0 0.07 0.14 0.22
HSL 31.03º 0.21% 0.73% -
HSV(B) 31.03º 0.15% 0.78% -
XYZ 48.73 50.34 45.68 -
YUV 188.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 200 186 171 0 0.07 0.14 0.22 31.03 0.21 0.73
Hex C8 BA AB 0 7 E 16 1F 15 49
Octal 310 272 253 0 7 16 26 37 25 111
Binary 11001000 10111010 10101011 0 111 1110 10110 11111 10101 1001001

Color Harmonies of #C8BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAAB

Black with #C8BAAB

Text Example


Text Example

White with #C8BAAB

Text Example


Text Example

HTML Codes & Css Web 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>