#CEBB97

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

Shades of Sour Dough #CEBB97

Tints of Sour Dough #CEBB97

Color information

#CEBB97 (or 0xCEBB97) is unknown color: approx Sour Dough. HEX triplet: CE, BB and 97. RGB value is (206,187,151). Sum of RGB (Red+Green+Blue) = 206+187+151=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB97 is #314468. Grayscale: #BCBCBC. Windows color (decimal): -3228777 or 9944014. OLE color: 9944014.

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

Color convert

RGB206187151-
CMYK00.090.270.19
HSL39.27º35.95%70%-
HSV(B)39.27º26.7%80.78%-
XYZ48.8150.936.53-
YUV188.58106.79140.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.87%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 151 (59.38% from 255) = 27.76%
R=37.87%
G=34.38%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618715100.090.270.1939.2735.9570
HexCEBB97091B13272446
Octal31627322701133234744106
Binary1100111010111011100101110100111011100111001111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB97; }

 p { color: rgb(206,187,151); }

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

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

 a { background-color: rgb(206,187,151); }

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

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

 span { border-color: rgb(206,187,151); }

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