#C3AD96

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

Shades of Sour Dough #C3AD96

Tints of Sour Dough #C3AD96

Color information

#C3AD96 (or 0xC3AD96) is unknown color: approx Sour Dough. HEX triplet: C3, AD and 96. RGB value is (195,173,150). Sum of RGB (Red+Green+Blue) = 195+173+150=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD96 is #3C5269. Grayscale: #B1B1B1. Windows color (decimal): -3953258 or 9874883. OLE color: 9874883.

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

Color convert

RGB195173150-
CMYK00.110.230.24
HSL30.67º27.27%67.65%-
HSV(B)30.67º23.08%76.47%-
XYZ42.9543.6935.02-
YUV176.96112.79140.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 173 (67.97% from 255) = 33.40%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=37.64%
G=33.40%
B=28.96%

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
Decimal19517315000.110.230.2430.6727.2767.65
HexC3AD960B17181f1b44
Octal30325522601327303733104
Binary11000011101011011001011001011101111100011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD96; }

 p { color: rgb(195,173,150); }

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

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

 a { background-color: rgb(195,173,150); }

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

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

 span { border-color: rgb(195,173,150); }

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