#C3B19D

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

Shades of Sour Dough #C3B19D

Tints of Sour Dough #C3B19D

Color information

#C3B19D (or 0xC3B19D) is unknown color: approx Sour Dough. HEX triplet: C3, B1 and 9D. RGB value is (195,177,157). Sum of RGB (Red+Green+Blue) = 195+177+157=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B19D is #3C4E62. Grayscale: #B4B4B4. Windows color (decimal): -3952227 or 10334659. OLE color: 10334659.

HSL color Cylindrical-coordinate representation of color #C3B19D: hue angle of 31.58º 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 #C3B19D is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB195177157-
CMYK00.090.190.24
HSL31.58º24.05%69.02%-
HSV(B)31.58º19.49%76.47%-
XYZ44.3145.4838.34-
YUV180.1114.96138.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=36.86%
G=33.46%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517715700.090.190.2431.5824.0569.02
HexC3B19D091318201845
Octal30326123501123304030105
Binary110000111011000110011101010011001111000100000110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B19D; }

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

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

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

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

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

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

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

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