#C3AE94

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

Shades of Sour Dough #C3AE94

Tints of Sour Dough #C3AE94

Color information

#C3AE94 (or 0xC3AE94) is unknown color: approx Sour Dough. HEX triplet: C3, AE and 94. RGB value is (195,174,148). Sum of RGB (Red+Green+Blue) = 195+174+148=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE94 is #3C516B. Grayscale: #B1B1B1. Windows color (decimal): -3953004 or 9744067. OLE color: 9744067.

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

Color convert

RGB195174148-
CMYK00.110.240.24
HSL33.19º28.14%67.25%-
HSV(B)33.19º24.1%76.47%-
XYZ42.9944.0134.25-
YUV177.32111.46140.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 148 (58.20% from 255) = 28.63%
R=37.72%
G=33.66%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517414800.110.240.2433.1928.1467.25
HexC3AE940B1818211c43
Octal30325622401330304134103
Binary110000111010111010010100010111100011000100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE94; }

 p { color: rgb(195,174,148); }

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

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

 a { background-color: rgb(195,174,148); }

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

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

 span { border-color: rgb(195,174,148); }

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