#C2AC92

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

Shades of Sour Dough #C2AC92

Tints of Sour Dough #C2AC92

Color information

#C2AC92 (or 0xC2AC92) is unknown color: approx Sour Dough. HEX triplet: C2, AC and 92. RGB value is (194,172,146). Sum of RGB (Red+Green+Blue) = 194+172+146=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AC92 is #3D536D. Grayscale: #AFAFAF. Windows color (decimal): -4019054 or 9612482. OLE color: 9612482.

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

Color convert

RGB194172146-
CMYK00.110.250.24
HSL32.5º28.24%66.67%-
HSV(B)32.5º24.74%76.08%-
XYZ42.1943.0533.28-
YUV175.61111.29141.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=37.89%
G=33.59%
B=28.52%

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
Decimal19417214600.110.250.2432.528.2466.67
HexC2AC920B1918211c43
Octal30225422201331304134103
Binary110000101010110010010010010111100111000100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AC92; }

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

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

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

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

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

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

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

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