#C5AC90

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

Shades of Sour Dough #C5AC90

Tints of Sour Dough #C5AC90

Color information

#C5AC90 (or 0xC5AC90) is unknown color: approx Sour Dough. HEX triplet: C5, AC and 90. RGB value is (197,172,144). Sum of RGB (Red+Green+Blue) = 197+172+144=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AC90 is #3A536F. Grayscale: #B0B0B0. Windows color (decimal): -3822448 or 9481413. OLE color: 9481413.

HSL color Cylindrical-coordinate representation of color #C5AC90: hue angle of 31.7º 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 #C5AC90 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB197172144-
CMYK00.130.270.23
HSL31.7º31.36%66.86%-
HSV(B)31.7º26.9%77.25%-
XYZ42.8143.3932.5-
YUV176.28109.78142.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.40%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 144 (56.64% from 255) = 28.07%
R=38.40%
G=33.53%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717214400.130.270.2331.731.3666.86
HexC5AC900D1B17201f43
Octal30525422001533274037103
Binary110001011010110010010000011011101110111100000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AC90; }

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

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

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

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

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

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

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

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