#CEBA94

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

Shades of Sour Dough #CEBA94

Tints of Sour Dough #CEBA94

Color information

#CEBA94 (or 0xCEBA94) is unknown color: approx Sour Dough. HEX triplet: CE, BA and 94. RGB value is (206,186,148). Sum of RGB (Red+Green+Blue) = 206+186+148=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 186 (73.05% from 255 or 34.44% from 540); Blue value is 148 (58.20% from 255 or 27.41% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBA94 is #31456B. Grayscale: #BBBBBB. Windows color (decimal): -3229036 or 9747150. OLE color: 9747150.

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

Color convert

RGB206186148-
CMYK00.100.280.19
HSL39.31º37.18%69.41%-
HSV(B)39.31º28.16%80.78%-
XYZ48.3650.3835.19-
YUV187.65105.63141.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 186 (73.05% from 255) = 34.44%
BLUE value IS 148 (58.20% from 255) = 27.41%
R=38.15%
G=34.44%
B=27.41%

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
Decimal20618614800.100.280.1939.3137.1869.41
HexCEBA940A1C13272545
Octal31627222401234234745105
Binary1100111010111010100101000101011100100111001111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA94; }

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

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

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

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

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

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

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

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