#C2AC91

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

Shades of Sour Dough #C2AC91

Tints of Sour Dough #C2AC91

Color information

#C2AC91 (or 0xC2AC91) is unknown color: approx Sour Dough. HEX triplet: C2, AC and 91. RGB value is (194,172,145). Sum of RGB (Red+Green+Blue) = 194+172+145=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 145 (57.03% from 255 or 28.38% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC91 is #3D536E. Grayscale: #AFAFAF. Windows color (decimal): -4019055 or 9546946. OLE color: 9546946.

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

Color convert

RGB194172145-
CMYK00.110.250.24
HSL33.06º28.65%66.47%-
HSV(B)33.06º25.26%76.08%-
XYZ42.1143.0232.87-
YUV175.5110.79141.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 145 (57.03% from 255) = 28.38%
R=37.96%
G=33.66%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417214500.110.250.2433.0628.6566.47
HexC2AC910B1918211d42
Octal30225422101331304135102
Binary110000101010110010010001010111100111000100001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC91; }

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

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

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

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

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

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

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

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