#CEBB94

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

Shades of Sour Dough #CEBB94

Tints of Sour Dough #CEBB94

Color information

#CEBB94 (or 0xCEBB94) is unknown color: approx Sour Dough. HEX triplet: CE, BB and 94. RGB value is (206,187,148). Sum of RGB (Red+Green+Blue) = 206+187+148=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB94 is #31446B. Grayscale: #BCBCBC. Windows color (decimal): -3228780 or 9747406. OLE color: 9747406.

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

Color convert

RGB206187148-
CMYK00.090.280.19
HSL40.34º37.18%69.41%-
HSV(B)40.34º28.16%80.78%-
XYZ48.5750.835.26-
YUV188.24105.29140.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 148 (58.20% from 255) = 27.36%
R=38.08%
G=34.57%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618714800.090.280.1940.3437.1869.41
HexCEBB94091C13282545
Octal31627322401134235045105
Binary1100111010111011100101000100111100100111010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB94; }

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

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

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

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

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

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

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

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