#C3B39D

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

Shades of Sour Dough #C3B39D

Tints of Sour Dough #C3B39D

Color information

#C3B39D (or 0xC3B39D) is unknown color: approx Sour Dough. HEX triplet: C3, B3 and 9D. RGB value is (195,179,157). Sum of RGB (Red+Green+Blue) = 195+179+157=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B39D is #3C4C62. Grayscale: #B5B5B5. Windows color (decimal): -3951715 or 10335171. OLE color: 10335171.

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

Color convert

RGB195179157-
CMYK00.080.190.24
HSL34.74º24.05%69.02%-
HSV(B)34.74º19.49%76.47%-
XYZ44.7146.2838.47-
YUV181.28114.3137.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.72%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 157 (61.72% from 255) = 29.57%
R=36.72%
G=33.71%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517915700.080.190.2434.7424.0569.02
HexC3B39D081318231845
Octal30326323501023304330105
Binary110000111011001110011101010001001111000100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B39D; }

 p { color: rgb(195,179,157); }

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

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

 a { background-color: rgb(195,179,157); }

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

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

 span { border-color: rgb(195,179,157); }

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