#C3B197

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

Shades of Sour Dough #C3B197

Tints of Sour Dough #C3B197

Color information

#C3B197 (or 0xC3B197) is unknown color: approx Sour Dough. HEX triplet: C3, B1 and 97. RGB value is (195,177,151). Sum of RGB (Red+Green+Blue) = 195+177+151=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B197 is #3C4E68. Grayscale: #B3B3B3. Windows color (decimal): -3952233 or 9941443. OLE color: 9941443.

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

Color convert

RGB195177151-
CMYK00.090.230.24
HSL35.45º26.83%67.84%-
HSV(B)35.45º22.56%76.47%-
XYZ43.8145.2835.71-
YUV179.42111.96139.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=37.28%
G=33.84%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517715100.090.230.2435.4526.8367.84
HexC3B197091718231b44
Octal30326122701127304333104
Binary110000111011000110010111010011011111000100011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B197; }

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

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

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

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

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

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

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

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