#C4AC91

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

Shades of Sour Dough #C4AC91

Tints of Sour Dough #C4AC91

Color information

#C4AC91 (or 0xC4AC91) is unknown color: approx Sour Dough. HEX triplet: C4, AC and 91. RGB value is (196,172,145). Sum of RGB (Red+Green+Blue) = 196+172+145=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC91 is #3B536E. Grayscale: #B0B0B0. Windows color (decimal): -3887983 or 9546948. OLE color: 9546948.

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

Color convert

RGB196172145-
CMYK00.120.260.23
HSL31.76º30.18%66.86%-
HSV(B)31.76º26.02%76.86%-
XYZ42.6343.2932.9-
YUV176.1110.45142.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 145 (57.03% from 255) = 28.27%
R=38.21%
G=33.53%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617214500.120.260.2331.7630.1866.86
HexC4AC910C1A17201e43
Octal30425422101432274036103
Binary110001001010110010010001011001101010111100000111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC91; }

 p { color: rgb(196,172,145); }

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

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

 a { background-color: rgb(196,172,145); }

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

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

 span { border-color: rgb(196,172,145); }

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