#CEB895

Color #CEB895 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CEB895

Tints of Sour Dough #CEB895

Color information

#CEB895 (or 0xCEB895) is unknown color: approx Sour Dough. HEX triplet: CE, B8 and 95. RGB value is (206,184,149). Sum of RGB (Red+Green+Blue) = 206+184+149=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 184 (72.27% from 255 or 34.14% from 539); Blue value is 149 (58.59% from 255 or 27.64% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB895 is #31476A. Grayscale: #BABABA. Windows color (decimal): -3229547 or 9812174. OLE color: 9812174.

HSL color Cylindrical-coordinate representation of color #CEB895: hue angle of 36.84º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEB895 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB206184149-
CMYK00.110.280.19
HSL36.84º36.77%69.61%-
HSV(B)36.84º27.67%80.78%-
XYZ48.0249.5735.47-
YUV186.59106.79141.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 184 (72.27% from 255) = 34.14%
BLUE value IS 149 (58.59% from 255) = 27.64%
R=38.22%
G=34.14%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618414900.110.280.1936.8436.7769.61
HexCEB8950B1C13252546
Octal31627022501334234545106
Binary1100111010111000100101010101111100100111001011001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB895; }

 p { color: rgb(206,184,149); }

 H1.HeaderClassName
 {
   color: #CEB895;
 }
 .AnyTagClassName
 {
   color: #CEB895;
 }
</style>
background-color css

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

 a { background-color: rgb(206,184,149); }

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

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

 span { border-color: rgb(206,184,149); }

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