#CEB994

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

Shades of Sour Dough #CEB994

Tints of Sour Dough #CEB994

Color information

#CEB994 (or 0xCEB994) is unknown color: approx Sour Dough. HEX triplet: CE, B9 and 94. RGB value is (206,185,148). Sum of RGB (Red+Green+Blue) = 206+185+148=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 148 (58.20% from 255 or 27.46% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB994 is #31466B. Grayscale: #BBBBBB. Windows color (decimal): -3229292 or 9746894. OLE color: 9746894.

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

Color convert

RGB206185148-
CMYK00.100.280.19
HSL38.28º37.18%69.41%-
HSV(B)38.28º28.16%80.78%-
XYZ48.1549.9635.12-
YUV187.06105.96141.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 185 (72.66% from 255) = 34.32%
BLUE value IS 148 (58.20% from 255) = 27.46%
R=38.22%
G=34.32%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618514800.100.280.1938.2837.1869.41
HexCEB9940A1C13262545
Octal31627122401234234645105
Binary1100111010111001100101000101011100100111001101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB994; }

 p { color: rgb(206,185,148); }

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

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

 a { background-color: rgb(206,185,148); }

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

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

 span { border-color: rgb(206,185,148); }

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