Html Css Color HEX #CEB9A9 Grain Brown

📋 copy color: '#CEB9A9'

red 206 ◦ green 185 ◦ blue 169

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

Shades of Grain Brown #CEB9A9

Tints of Grain Brown #CEB9A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.18%

R = 36.79%
G = 33.04%
B = 30.18%

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

#CEB9A9 (or 0xCEB9A9) is known color: Grain Brown. HEX triplet: CE, B9 and A9. RGB value is (206,185,169). Sum of RGB (Red+Green+Blue) = 206+185+169=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB9A9 is #314656. Grayscale: #BDBDBD. Windows color (decimal): -3229271 or 11123150. OLE color: 11123150.

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

Color convert

RGB 206 185 169 -
CMYK 0 0.10 0.18 0.19
HSL 25.95º 0.27% 0.74% -
HSV(B) 25.95º 0.18% 0.81% -
XYZ 49.96 50.68 44.69 -
YUV 189.46 116.46 139.8 -
System Red Green Blue C M Y K H S L
Decimal 206 185 169 0 0.10 0.18 0.19 25.95 0.27 0.74
Hex CE B9 A9 0 A 12 13 1A 1B 4A
Octal 316 271 251 0 12 22 23 32 33 112
Binary 11001110 10111001 10101001 0 1010 10010 10011 11010 11011 1001010

Color Harmonies of #CEB9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9A9

Black with #CEB9A9

Text Example


Text Example

White with #CEB9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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