#C1AC94

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

Shades of Sour Dough #C1AC94

Tints of Sour Dough #C1AC94

Color information

#C1AC94 (or 0xC1AC94) is unknown color: approx Sour Dough. HEX triplet: C1, AC and 94. RGB value is (193,172,148). Sum of RGB (Red+Green+Blue) = 193+172+148=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1AC94 is #3E536B. Grayscale: #AFAFAF. Windows color (decimal): -4084588 or 9743553. OLE color: 9743553.

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

Color convert

RGB193172148-
CMYK00.110.230.24
HSL32º26.63%66.86%-
HSV(B)32º23.32%75.69%-
XYZ42.0942.9834.09-
YUV175.54112.46140.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.62%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=37.62%
G=33.53%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317214800.110.230.243226.6366.86
HexC1AC940B1718201b43
Octal30125422401327304033103
Binary110000011010110010010100010111011111000100000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AC94; }

 p { color: rgb(193,172,148); }

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

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

 a { background-color: rgb(193,172,148); }

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

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

 span { border-color: rgb(193,172,148); }

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