#C4B09A

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

Shades of Sour Dough #C4B09A

Tints of Sour Dough #C4B09A

Color information

#C4B09A (or 0xC4B09A) is unknown color: approx Sour Dough. HEX triplet: C4, B0 and 9A. RGB value is (196,176,154). Sum of RGB (Red+Green+Blue) = 196+176+154=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B09A is #3B4F65. Grayscale: #B3B3B3. Windows color (decimal): -3886950 or 10137796. OLE color: 10137796.

HSL color Cylindrical-coordinate representation of color #C4B09A: hue angle of 31.43º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C4B09A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.23.

Color convert

RGB196176154-
CMYK00.100.210.23
HSL31.43º26.25%68.63%-
HSV(B)31.43º21.43%76.86%-
XYZ44.1245.1236.96-
YUV179.47113.63139.79-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=37.26%
G=33.46%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617615400.100.210.2331.4326.2568.63
HexC4B09A0A15171f1a45
Octal30426023201225273732105
Binary11000100101100001001101001010101011011111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B09A; }

 p { color: rgb(196,176,154); }

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

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

 a { background-color: rgb(196,176,154); }

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

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

 span { border-color: rgb(196,176,154); }

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