#CEBC98

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

Shades of Sour Dough #CEBC98

Tints of Sour Dough #CEBC98

Color information

#CEBC98 (or 0xCEBC98) is unknown color: approx Sour Dough. HEX triplet: CE, BC and 98. RGB value is (206,188,152). Sum of RGB (Red+Green+Blue) = 206+188+152=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 188 (73.83% from 255 or 34.43% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC98 is #314367. Grayscale: #BDBDBD. Windows color (decimal): -3228520 or 10009806. OLE color: 10009806.

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

Color convert

RGB206188152-
CMYK00.090.260.19
HSL40º35.53%70.2%-
HSV(B)40º26.21%80.78%-
XYZ49.151.3637.03-
YUV189.28106.96139.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.73%
GREEN value IS 188 (73.83% from 255) = 34.43%
BLUE value IS 152 (59.77% from 255) = 27.84%
R=37.73%
G=34.43%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618815200.090.260.194035.5370.2
HexCEBC98091A13282446
Octal31627423001132235044106
Binary1100111010111100100110000100111010100111010001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC98; }

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

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

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

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

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

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

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

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