Html Css Color HEX #CEB6A0 Grain Brown

📋 copy color: '#CEB6A0'

red 206 ◦ green 182 ◦ blue 160

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

Shades of Grain Brown #CEB6A0

Tints of Grain Brown #CEB6A0

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.21%

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

R = 37.59%
G = 33.21%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#CEB6A0 (or 0xCEB6A0) is known color: Grain Brown. HEX triplet: CE, B6 and A0. RGB value is (206,182,160). Sum of RGB (Red+Green+Blue) = 206+182+160=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6A0 is #31495F. Grayscale: #BABABA. Windows color (decimal): -3230048 or 10532558. OLE color: 10532558.

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

Color convert

RGB 206 182 160 -
CMYK 0 0.12 0.22 0.19
HSL 28.7º 0.32% 0.72% -
HSV(B) 28.7º 0.22% 0.81% -
XYZ 48.53 49.12 40.18 -
YUV 186.67 112.95 141.79 -
System Red Green Blue C M Y K H S L
Decimal 206 182 160 0 0.12 0.22 0.19 28.7 0.32 0.72
Hex CE B6 A0 0 C 16 13 1D 20 48
Octal 316 266 240 0 14 26 23 35 40 110
Binary 11001110 10110110 10100000 0 1100 10110 10011 11101 100000 1001000

Color Harmonies of #CEB6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6A0

Black with #CEB6A0

Text Example


Text Example

White with #CEB6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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