#C4B299

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

Shades of Sour Dough #C4B299

Tints of Sour Dough #C4B299

Color information

#C4B299 (or 0xC4B299) is unknown color: approx Sour Dough. HEX triplet: C4, B2 and 99. RGB value is (196,178,153). Sum of RGB (Red+Green+Blue) = 196+178+153=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 153 (60.16% from 255 or 29.03% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B299 is #3B4D66. Grayscale: #B4B4B4. Windows color (decimal): -3886439 or 10072772. OLE color: 10072772.

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

Color convert

RGB196178153-
CMYK00.090.220.23
HSL34.88º26.71%68.43%-
HSV(B)34.88º21.94%76.86%-
XYZ44.4445.8836.65-
YUV180.53112.46139.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 178 (69.92% from 255) = 33.78%
BLUE value IS 153 (60.16% from 255) = 29.03%
R=37.19%
G=33.78%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617815300.090.220.2334.8826.7168.43
HexC4B299091617231b44
Octal30426223101126274333104
Binary110001001011001010011001010011011010111100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B299; }

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

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

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

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

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

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

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

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