#CEBB95

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

Shades of Sour Dough #CEBB95

Tints of Sour Dough #CEBB95

Color information

#CEBB95 (or 0xCEBB95) is unknown color: approx Sour Dough. HEX triplet: CE, BB and 95. RGB value is (206,187,149). Sum of RGB (Red+Green+Blue) = 206+187+149=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 187 (73.44% from 255 or 34.50% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB95 is #31446A. Grayscale: #BCBCBC. Windows color (decimal): -3228779 or 9812942. OLE color: 9812942.

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

Color convert

RGB206187149-
CMYK00.090.280.19
HSL40º36.77%69.61%-
HSV(B)40º27.67%80.78%-
XYZ48.6550.8335.68-
YUV188.35105.79140.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 187 (73.44% from 255) = 34.50%
BLUE value IS 149 (58.59% from 255) = 27.49%
R=38.01%
G=34.50%
B=27.49%

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
Decimal20618714900.090.280.194036.7769.61
HexCEBB95091C13282546
Octal31627322501134235045106
Binary1100111010111011100101010100111100100111010001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB95; }

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

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

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

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

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

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

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

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