Html Css Color HEX #CEBAA8 Grain Brown

📋 copy color: '#CEBAA8'

red 206 ◦ green 186 ◦ blue 168

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

Shades of Grain Brown #CEBAA8

Tints of Grain Brown #CEBAA8

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.21%

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

R = 36.79%
G = 33.21%
B = 30%

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

#CEBAA8 (or 0xCEBAA8) is known color: Grain Brown. HEX triplet: CE, BA and A8. RGB value is (206,186,168). Sum of RGB (Red+Green+Blue) = 206+186+168=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA8 is #314557. Grayscale: #BEBEBE. Windows color (decimal): -3229016 or 11057870. OLE color: 11057870.

HSL color Cylindrical-coordinate representation of color #CEBAA8: hue angle of 28.42º 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 #CEBAA8 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 186 168 -
CMYK 0 0.10 0.18 0.19
HSL 28.42º 0.28% 0.73% -
HSV(B) 28.42º 0.18% 0.81% -
XYZ 50.08 51.07 44.26 -
YUV 189.93 115.63 139.46 -
System Red Green Blue C M Y K H S L
Decimal 206 186 168 0 0.10 0.18 0.19 28.42 0.28 0.73
Hex CE BA A8 0 A 12 13 1C 1C 49
Octal 316 272 250 0 12 22 23 34 34 111
Binary 11001110 10111010 10101000 0 1010 10010 10011 11100 11100 1001001

Color Harmonies of #CEBAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBAA8

Black with #CEBAA8

Text Example


Text Example

White with #CEBAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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