Html Css Color HEX #C8BAA5 Grain Brown

📋 copy color: '#C8BAA5'

red 200 ◦ green 186 ◦ blue 165

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

Shades of Grain Brown #C8BAA5

Tints of Grain Brown #C8BAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.95%

R = 36.3%
G = 33.76%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C8BAA5 (or 0xC8BAA5) is known color: Grain Brown. HEX triplet: C8, BA and A5. RGB value is (200,186,165). Sum of RGB (Red+Green+Blue) = 200+186+165=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BAA5 is #37455A. Grayscale: #BBBBBB. Windows color (decimal): -3622235 or 10861256. OLE color: 10861256.

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

Color convert

RGB 200 186 165 -
CMYK 0 0.07 0.18 0.22
HSL 36º 0.24% 0.72% -
HSV(B) 36º 0.18% 0.78% -
XYZ 48.17 50.11 42.73 -
YUV 187.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 200 186 165 0 0.07 0.18 0.22 36 0.24 0.72
Hex C8 BA A5 0 7 12 16 24 18 48
Octal 310 272 245 0 7 22 26 44 30 110
Binary 11001000 10111010 10100101 0 111 10010 10110 100100 11000 1001000

Color Harmonies of #C8BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BAA5

Black with #C8BAA5

Text Example


Text Example

White with #C8BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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