Html Css Color HEX #C8BBA9 Grain Brown

📋 copy color: '#C8BBA9'

red 200 ◦ green 187 ◦ blue 169

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

Shades of Grain Brown #C8BBA9

Tints of Grain Brown #C8BBA9

RGB

 RED value IS 200 (78.52% from 255) = 35.97%

 GREEN value IS 187 (73.44% from 255) = 33.63%

 BLUE value IS 169 (66.41% from 255) = 30.4%

R = 35.97%
G = 33.63%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C8BBA9 (or 0xC8BBA9) is known color: Grain Brown. HEX triplet: C8, BB and A9. RGB value is (200,187,169). Sum of RGB (Red+Green+Blue) = 200+187+169=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BBA9 is #374456. Grayscale: #BCBCBC. Windows color (decimal): -3621975 or 11123656. OLE color: 11123656.

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

Color convert

RGB 200 187 169 -
CMYK 0 0.06 0.16 0.22
HSL 34.84º 0.22% 0.72% -
HSV(B) 34.84º 0.16% 0.78% -
XYZ 48.75 50.68 44.75 -
YUV 188.84 116.81 135.96 -
System Red Green Blue C M Y K H S L
Decimal 200 187 169 0 0.06 0.16 0.22 34.84 0.22 0.72
Hex C8 BB A9 0 6 10 16 23 16 48
Octal 310 273 251 0 6 20 26 43 26 110
Binary 11001000 10111011 10101001 0 110 10000 10110 100011 10110 1001000

Color Harmonies of #C8BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BBA9

Black with #C8BBA9

Text Example


Text Example

White with #C8BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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