#C4B296

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

Shades of Sour Dough #C4B296

Tints of Sour Dough #C4B296

Color information

#C4B296 (or 0xC4B296) is unknown color: approx Sour Dough. HEX triplet: C4, B2 and 96. RGB value is (196,178,150). Sum of RGB (Red+Green+Blue) = 196+178+150=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B296 is #3B4D69. Grayscale: #B4B4B4. Windows color (decimal): -3886442 or 9876164. OLE color: 9876164.

HSL color Cylindrical-coordinate representation of color #C4B296: hue angle of 36.52º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4B296 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB196178150-
CMYK00.090.230.23
HSL36.52º28.05%67.84%-
HSV(B)36.52º23.47%76.86%-
XYZ44.1945.7835.36-
YUV180.19110.96139.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=37.40%
G=33.97%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617815000.090.230.2336.5228.0567.84
HexC4B296091717251c44
Octal30426222601127274534104
Binary110001001011001010010110010011011110111100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B296; }

 p { color: rgb(196,178,150); }

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

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

 a { background-color: rgb(196,178,150); }

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

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

 span { border-color: rgb(196,178,150); }

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