Html Css Color HEX #CEB9A4 Grain Brown

📋 copy color: '#CEB9A4'

red 206 ◦ green 185 ◦ blue 164

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

Shades of Grain Brown #CEB9A4

Tints of Grain Brown #CEB9A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.55%

R = 37.12%
G = 33.33%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CEB9A4 (or 0xCEB9A4) is known color: Grain Brown. HEX triplet: CE, B9 and A4. RGB value is (206,185,164). Sum of RGB (Red+Green+Blue) = 206+185+164=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 185 (72.66% from 255 or 33.33% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB9A4 is #31465B. Grayscale: #BCBCBC. Windows color (decimal): -3229276 or 10795470. OLE color: 10795470.

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

Color convert

RGB 206 185 164 -
CMYK 0 0.10 0.20 0.19
HSL 30º 0.3% 0.73% -
HSV(B) 30º 0.2% 0.81% -
XYZ 49.5 50.5 42.26 -
YUV 188.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 206 185 164 0 0.10 0.20 0.19 30 0.3 0.73
Hex CE B9 A4 0 A 14 13 1E 1E 49
Octal 316 271 244 0 12 24 23 36 36 111
Binary 11001110 10111001 10100100 0 1010 10100 10011 11110 11110 1001001

Color Harmonies of #CEB9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9A4

Black with #CEB9A4

Text Example


Text Example

White with #CEB9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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