#ceba96

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

Shades of Sour Dough #CEBA96

Tints of Sour Dough #CEBA96

Color information

#CEBA96 (or 0xCEBA96) is unknown color: approx Sour Dough. HEX triplet: CE, BA and 96. RGB value is (206,186,150). Sum of RGB (Red+Green+Blue) = 206+186+150=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA96 is #314569. Grayscale: #BCBCBC. Windows color (decimal): -3229034 or 9878222. OLE color: 9878222.

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

Color convert

RGB206186150-
CMYK00.100.270.19
HSL38.57º36.36%69.8%-
HSV(B)38.57º27.18%80.78%-
XYZ48.5250.4436.03-
YUV187.88106.63140.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=38.01%
G=34.32%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618615000.100.270.1938.5736.3669.8
HexCEBA960A1B13272446
Octal31627222601233234744106
Binary1100111010111010100101100101011011100111001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ceba96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ceba96; }

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

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

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

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

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

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

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

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