Html Css Color HEX #CEB9A8 Grain Brown

📋 copy color: '#CEB9A8'

red 206 ◦ green 185 ◦ blue 168

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

Shades of Grain Brown #CEB9A8

Tints of Grain Brown #CEB9A8

RGB

 RED value IS 206 (80.86% from 255) = 36.85%

 GREEN value IS 185 (72.66% from 255) = 33.09%

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

R = 36.85%
G = 33.09%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#CEB9A8 (or 0xCEB9A8) is known color: Grain Brown. HEX triplet: CE, B9 and A8. RGB value is (206,185,168). Sum of RGB (Red+Green+Blue) = 206+185+168=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB9A8 is #314657. Grayscale: #BDBDBD. Windows color (decimal): -3229272 or 11057614. OLE color: 11057614.

HSL color Cylindrical-coordinate representation of color #CEB9A8: hue angle of 26.84º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB9A8 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 185 168 -
CMYK 0 0.10 0.18 0.19
HSL 26.84º 0.28% 0.73% -
HSV(B) 26.84º 0.18% 0.81% -
XYZ 49.87 50.65 44.19 -
YUV 189.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 206 185 168 0 0.10 0.18 0.19 26.84 0.28 0.73
Hex CE B9 A8 0 A 12 13 1B 1C 49
Octal 316 271 250 0 12 22 23 33 34 111
Binary 11001110 10111001 10101000 0 1010 10010 10011 11011 11100 1001001

Color Harmonies of #CEB9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9A8

Black with #CEB9A8

Text Example


Text Example

White with #CEB9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9A8; }

 p { color: rgb(206,185,168); }

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

background-color css

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

 a { background-color: rgb(206,185,168); }

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

border-color css

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

 span { border-color: rgb(206,185,168); }

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