Html Css Color HEX #C7BBA8 Grain Brown

📋 copy color: '#C7BBA8'

red 199 ◦ green 187 ◦ blue 168

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

Shades of Grain Brown #C7BBA8

Tints of Grain Brown #C7BBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.32%

R = 35.92%
G = 33.75%
B = 30.32%

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

#C7BBA8 (or 0xC7BBA8) is known color: Grain Brown. HEX triplet: C7, BB and A8. RGB value is (199,187,168). Sum of RGB (Red+Green+Blue) = 199+187+168=554 (73% of max value = 765). Red value is 199 (78.12% from 255 or 35.92% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7BBA8 is #384457. Grayscale: #BCBCBC. Windows color (decimal): -3687512 or 11058119. OLE color: 11058119.

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

Color convert

RGB 199 187 168 -
CMYK 0 0.06 0.16 0.22
HSL 36.77º 0.22% 0.72% -
HSV(B) 36.77º 0.16% 0.78% -
XYZ 48.39 50.51 44.24 -
YUV 188.42 116.48 135.54 -
System Red Green Blue C M Y K H S L
Decimal 199 187 168 0 0.06 0.16 0.22 36.77 0.22 0.72
Hex C7 BB A8 0 6 10 16 25 16 48
Octal 307 273 250 0 6 20 26 45 26 110
Binary 11000111 10111011 10101000 0 110 10000 10110 100101 10110 1001000

Color Harmonies of #C7BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BBA8

Black with #C7BBA8

Text Example


Text Example

White with #C7BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BBA8; }

 p { color: rgb(199,187,168); }

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

background-color css

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

 a { background-color: rgb(199,187,168); }

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

border-color css

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

 span { border-color: rgb(199,187,168); }

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