#C2AD95

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

Shades of Sour Dough #C2AD95

Tints of Sour Dough #C2AD95

Color information

#C2AD95 (or 0xC2AD95) is unknown color: approx Sour Dough. HEX triplet: C2, AD and 95. RGB value is (194,173,149). Sum of RGB (Red+Green+Blue) = 194+173+149=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD95 is #3D526A. Grayscale: #B0B0B0. Windows color (decimal): -4018795 or 9809346. OLE color: 9809346.

HSL color Cylindrical-coordinate representation of color #C2AD95: 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 #C2AD95 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB194173149-
CMYK00.110.230.24
HSL32º26.95%67.25%-
HSV(B)32º23.2%76.08%-
XYZ42.6243.5334.59-
YUV176.54112.46140.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 173 (67.97% from 255) = 33.53%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=37.60%
G=33.53%
B=28.88%

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
Decimal19417314900.110.230.243226.9567.25
HexC2AD950B1718201b43
Octal30225522501327304033103
Binary110000101010110110010101010111011111000100000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2AD95; }

 p { color: rgb(194,173,149); }

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

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

 a { background-color: rgb(194,173,149); }

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

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

 span { border-color: rgb(194,173,149); }

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