#C3B49F

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

Shades of Sour Dough #C3B49F

Tints of Sour Dough #C3B49F

Color information

#C3B49F (or 0xC3B49F) is unknown color: approx Sour Dough. HEX triplet: C3, B4 and 9F. RGB value is (195,180,159). Sum of RGB (Red+Green+Blue) = 195+180+159=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 159 (62.5% from 255 or 29.78% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B49F is #3C4B60. Grayscale: #B6B6B6. Windows color (decimal): -3951457 or 10466499. OLE color: 10466499.

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

Color convert

RGB195180159-
CMYK00.080.180.24
HSL35º23.08%69.41%-
HSV(B)35º18.46%76.47%-
XYZ45.0846.7539.45-
YUV182.09114.97137.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 159 (62.5% from 255) = 29.78%
R=36.52%
G=33.71%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518015900.080.180.243523.0869.41
HexC3B49F081218231745
Octal30326423701022304327105
Binary110000111011010010011111010001001011000100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B49F; }

 p { color: rgb(195,180,159); }

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

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

 a { background-color: rgb(195,180,159); }

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

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

 span { border-color: rgb(195,180,159); }

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