Html Css Color HEX #CEB6A5 Grain Brown

📋 copy color: '#CEB6A5'

red 206 ◦ green 182 ◦ blue 165

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

Shades of Grain Brown #CEB6A5

Tints of Grain Brown #CEB6A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.84%

R = 37.25%
G = 32.91%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#CEB6A5 (or 0xCEB6A5) is known color: Grain Brown. HEX triplet: CE, B6 and A5. RGB value is (206,182,165). Sum of RGB (Red+Green+Blue) = 206+182+165=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6A5 is #31495A. Grayscale: #BBBBBB. Windows color (decimal): -3230043 or 10860238. OLE color: 10860238.

HSL color Cylindrical-coordinate representation of color #CEB6A5: hue angle of 24.88º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB6A5 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 182 165 -
CMYK 0 0.12 0.20 0.19
HSL 24.88º 0.29% 0.73% -
HSV(B) 24.88º 0.2% 0.81% -
XYZ 48.97 49.29 42.53 -
YUV 187.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 206 182 165 0 0.12 0.20 0.19 24.88 0.29 0.73
Hex CE B6 A5 0 C 14 13 19 1D 49
Octal 316 266 245 0 14 24 23 31 35 111
Binary 11001110 10110110 10100101 0 1100 10100 10011 11001 11101 1001001

Color Harmonies of #CEB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6A5

Black with #CEB6A5

Text Example


Text Example

White with #CEB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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