#C7B193

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

Shades of Sour Dough #C7B193

Tints of Sour Dough #C7B193

Color information

#C7B193 (or 0xC7B193) is unknown color: approx Sour Dough. HEX triplet: C7, B1 and 93. RGB value is (199,177,147). Sum of RGB (Red+Green+Blue) = 199+177+147=523 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.05% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B193 is #384E6C. Grayscale: #B4B4B4. Windows color (decimal): -3690093 or 9679303. OLE color: 9679303.

HSL color Cylindrical-coordinate representation of color #C7B193: hue angle of 34.62º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7B193 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB199177147-
CMYK00.110.260.22
HSL34.62º31.71%67.84%-
HSV(B)34.62º26.13%78.04%-
XYZ44.5445.6934.08-
YUV180.16109.29141.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.05%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 147 (57.81% from 255) = 28.11%
R=38.05%
G=33.84%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917714700.110.260.2234.6231.7167.84
HexC7B1930B1A16232044
Octal30726122301332264340104
Binary1100011110110001100100110101111010101101000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B193; }

 p { color: rgb(199,177,147); }

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

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

 a { background-color: rgb(199,177,147); }

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

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

 span { border-color: rgb(199,177,147); }

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