#C4AC90

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

Shades of Sour Dough #C4AC90

Tints of Sour Dough #C4AC90

Color information

#C4AC90 (or 0xC4AC90) is unknown color: approx Sour Dough. HEX triplet: C4, AC and 90. RGB value is (196,172,144). Sum of RGB (Red+Green+Blue) = 196+172+144=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AC90 is #3B536F. Grayscale: #B0B0B0. Windows color (decimal): -3887984 or 9481412. OLE color: 9481412.

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

Color convert

RGB196172144-
CMYK00.120.270.23
HSL32.31º30.59%66.67%-
HSV(B)32.31º26.53%76.86%-
XYZ42.5543.2532.49-
YUV175.98109.95142.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=38.28%
G=33.59%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617214400.120.270.2332.3130.5966.67
HexC4AC900C1B17201f43
Octal30425422001433274037103
Binary110001001010110010010000011001101110111100000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AC90; }

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

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

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

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

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

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

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

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