#C1B19D

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

Shades of Sour Dough #C1B19D

Tints of Sour Dough #C1B19D

Color information

#C1B19D (or 0xC1B19D) is unknown color: approx Sour Dough. HEX triplet: C1, B1 and 9D. RGB value is (193,177,157). Sum of RGB (Red+Green+Blue) = 193+177+157=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B19D is #3E4E62. Grayscale: #B3B3B3. Windows color (decimal): -4083299 or 10334657. OLE color: 10334657.

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

Color convert

RGB193177157-
CMYK00.080.190.24
HSL33.33º22.5%68.63%-
HSV(B)33.33º18.65%75.69%-
XYZ43.845.2238.32-
YUV179.5115.3137.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=36.62%
G=33.59%
B=29.79%

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
Decimal19317715700.080.190.2433.3322.568.63
HexC1B19D081318211745
Octal30126123501023304127105
Binary110000011011000110011101010001001111000100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B19D; }

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

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

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

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

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

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

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

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