Html Css Color HEX #C7BAAB Grain Brown

📋 copy color: '#C7BAAB'

red 199 ◦ green 186 ◦ blue 171

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

Shades of Grain Brown #C7BAAB

Tints of Grain Brown #C7BAAB

RGB

 RED value IS 199 (78.13% from 255) = 35.79%

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 35.79%
G = 33.45%
B = 30.76%

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

#C7BAAB (or 0xC7BAAB) is known color: Grain Brown. HEX triplet: C7, BA and AB. RGB value is (199,186,171). Sum of RGB (Red+Green+Blue) = 199+186+171=556 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.79% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BAAB is #384554. Grayscale: #BCBCBC. Windows color (decimal): -3687765 or 11254471. OLE color: 11254471.

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

Color convert

RGB 199 186 171 -
CMYK 0 0.07 0.14 0.22
HSL 32.14º 0.2% 0.73% -
HSV(B) 32.14º 0.14% 0.78% -
XYZ 48.46 50.2 45.66 -
YUV 188.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 199 186 171 0 0.07 0.14 0.22 32.14 0.2 0.73
Hex C7 BA AB 0 7 E 16 20 14 49
Octal 307 272 253 0 7 16 26 40 24 111
Binary 11000111 10111010 10101011 0 111 1110 10110 100000 10100 1001001

Color Harmonies of #C7BAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BAAB

Black with #C7BAAB

Text Example


Text Example

White with #C7BAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BAAB; }

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

 H1.HeaderClassName
 {
   color: #C7BAAB;
 }
 .AnyTagClassName
 {
   color: #C7BAAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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