Html Css Color HEX #CEBAA3 Grain Brown

📋 copy color: '#CEBAA3'

red 206 ◦ green 186 ◦ blue 163

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

Shades of Grain Brown #CEBAA3

Tints of Grain Brown #CEBAA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.37%

R = 37.12%
G = 33.51%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#CEBAA3 (or 0xCEBAA3) is known color: Grain Brown. HEX triplet: CE, BA and A3. RGB value is (206,186,163). Sum of RGB (Red+Green+Blue) = 206+186+163=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBAA3 is #31455C. Grayscale: #BDBDBD. Windows color (decimal): -3229021 or 10730190. OLE color: 10730190.

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

Color convert

RGB 206 186 163 -
CMYK 0 0.10 0.21 0.19
HSL 32.09º 0.3% 0.72% -
HSV(B) 32.09º 0.21% 0.81% -
XYZ 49.62 50.88 41.86 -
YUV 189.36 113.13 139.87 -
System Red Green Blue C M Y K H S L
Decimal 206 186 163 0 0.10 0.21 0.19 32.09 0.3 0.72
Hex CE BA A3 0 A 15 13 20 1E 48
Octal 316 272 243 0 12 25 23 40 36 110
Binary 11001110 10111010 10100011 0 1010 10101 10011 100000 11110 1001000

Color Harmonies of #CEBAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBAA3

Black with #CEBAA3

Text Example


Text Example

White with #CEBAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBAA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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