#C3AE99

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

Shades of Sour Dough #C3AE99

Tints of Sour Dough #C3AE99

Color information

#C3AE99 (or 0xC3AE99) is unknown color: approx Sour Dough. HEX triplet: C3, AE and 99. RGB value is (195,174,153). Sum of RGB (Red+Green+Blue) = 195+174+153=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AE99 is #3C5166. Grayscale: #B1B1B1. Windows color (decimal): -3952999 or 10071747. OLE color: 10071747.

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

Color convert

RGB195174153-
CMYK00.110.220.24
HSL30º25.93%68.24%-
HSV(B)30º21.54%76.47%-
XYZ43.3944.1736.38-
YUV177.88113.96140.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=37.36%
G=33.33%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517415300.110.220.243025.9368.24
HexC3AE990B16181e1a44
Octal30325623101326303632104
Binary11000011101011101001100101011101101100011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE99; }

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

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

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

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

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

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

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

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