#CEBC94

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

Shades of Sour Dough #CEBC94

Tints of Sour Dough #CEBC94

Color information

#CEBC94 (or 0xCEBC94) is unknown color: approx Sour Dough. HEX triplet: CE, BC and 94. RGB value is (206,188,148). Sum of RGB (Red+Green+Blue) = 206+188+148=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC94 is #31436B. Grayscale: #BCBCBC. Windows color (decimal): -3228524 or 9747662. OLE color: 9747662.

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

Color convert

RGB206188148-
CMYK00.090.280.19
HSL41.38º37.18%69.41%-
HSV(B)41.38º28.16%80.78%-
XYZ48.7851.2335.33-
YUV188.82104.96140.25-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=38.01%
G=34.69%
B=27.31%

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
Decimal20618814800.090.280.1941.3837.1869.41
HexCEBC94091C13292545
Octal31627422401134235145105
Binary1100111010111100100101000100111100100111010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC94; }

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

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

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

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

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

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

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

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