Html Css Color HEX #CEB9A0 Grain Brown

📋 copy color: '#CEB9A0'

red 206 ◦ green 185 ◦ blue 160

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

Shades of Grain Brown #CEB9A0

Tints of Grain Brown #CEB9A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.04%

R = 37.39%
G = 33.58%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CEB9A0 (or 0xCEB9A0) is known color: Grain Brown. HEX triplet: CE, B9 and A0. RGB value is (206,185,160). Sum of RGB (Red+Green+Blue) = 206+185+160=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 160 (62.89% from 255 or 29.04% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB9A0 is #31465F. Grayscale: #BCBCBC. Windows color (decimal): -3229280 or 10533326. OLE color: 10533326.

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

Color convert

RGB 206 185 160 -
CMYK 0 0.10 0.22 0.19
HSL 32.61º 0.32% 0.72% -
HSV(B) 32.61º 0.22% 0.81% -
XYZ 49.15 50.36 40.39 -
YUV 188.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 206 185 160 0 0.10 0.22 0.19 32.61 0.32 0.72
Hex CE B9 A0 0 A 16 13 21 20 48
Octal 316 271 240 0 12 26 23 41 40 110
Binary 11001110 10111001 10100000 0 1010 10110 10011 100001 100000 1001000

Color Harmonies of #CEB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9A0

Black with #CEB9A0

Text Example


Text Example

White with #CEB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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