#C6AC94

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

Shades of Sour Dough #C6AC94

Tints of Sour Dough #C6AC94

Color information

#C6AC94 (or 0xC6AC94) is unknown color: approx Sour Dough. HEX triplet: C6, AC and 94. RGB value is (198,172,148). Sum of RGB (Red+Green+Blue) = 198+172+148=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6AC94 is #39536B. Grayscale: #B1B1B1. Windows color (decimal): -3756908 or 9743558. OLE color: 9743558.

HSL color Cylindrical-coordinate representation of color #C6AC94: hue angle of 28.8º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C6AC94 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB198172148-
CMYK00.130.250.22
HSL28.8º30.49%67.84%-
HSV(B)28.8º25.25%77.65%-
XYZ43.3943.6534.16-
YUV177.04111.61142.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.22%
GREEN value IS 172 (67.58% from 255) = 33.20%
BLUE value IS 148 (58.20% from 255) = 28.57%
R=38.22%
G=33.20%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19817214800.130.250.2228.830.4967.84
HexC6AC940D19161d1e44
Octal30625422401531263536104
Binary11000110101011001001010001101110011011011101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6AC94; }

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

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

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

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

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

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

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

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