#C7AC91

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

Shades of Sour Dough #C7AC91

Tints of Sour Dough #C7AC91

Color information

#C7AC91 (or 0xC7AC91) is unknown color: approx Sour Dough. HEX triplet: C7, AC and 91. RGB value is (199,172,145). Sum of RGB (Red+Green+Blue) = 199+172+145=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC91 is #38536E. Grayscale: #B1B1B1. Windows color (decimal): -3691375 or 9546951. OLE color: 9546951.

HSL color Cylindrical-coordinate representation of color #C7AC91: hue angle of 30º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7AC91 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB199172145-
CMYK00.140.270.22
HSL30º32.53%67.45%-
HSV(B)30º27.14%78.04%-
XYZ43.4243.6932.93-
YUV177109.95143.7-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 145 (57.03% from 255) = 28.10%
R=38.57%
G=33.33%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917214500.140.270.223032.5367.45
HexC7AC910E1B161e2143
Octal30725422101633263641103
Binary110001111010110010010001011101101110110111101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AC91; }

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

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

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

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

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

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

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

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