#C3B094

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

Shades of Sour Dough #C3B094

Tints of Sour Dough #C3B094

Color information

#C3B094 (or 0xC3B094) is unknown color: approx Sour Dough. HEX triplet: C3, B0 and 94. RGB value is (195,176,148). Sum of RGB (Red+Green+Blue) = 195+176+148=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B094 is #3C4F6B. Grayscale: #B2B2B2. Windows color (decimal): -3952492 or 9744579. OLE color: 9744579.

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

Color convert

RGB195176148-
CMYK00.100.240.24
HSL35.74º28.14%67.25%-
HSV(B)35.74º24.1%76.47%-
XYZ43.3844.7934.38-
YUV178.49110.79139.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.57%
GREEN value IS 176 (69.14% from 255) = 33.91%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=37.57%
G=33.91%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517614800.100.240.2435.7428.1467.25
HexC3B0940A1818241c43
Octal30326022401230304434103
Binary110000111011000010010100010101100011000100100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B094; }

 p { color: rgb(195,176,148); }

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

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

 a { background-color: rgb(195,176,148); }

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

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

 span { border-color: rgb(195,176,148); }

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