#C7B093

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

Shades of Sour Dough #C7B093

Tints of Sour Dough #C7B093

Color information

#C7B093 (or 0xC7B093) is unknown color: approx Sour Dough. HEX triplet: C7, B0 and 93. RGB value is (199,176,147). Sum of RGB (Red+Green+Blue) = 199+176+147=522 (69% of max value = 765). Red value is 199 (78.12% from 255 or 38.12% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B093 is #384F6C. Grayscale: #B3B3B3. Windows color (decimal): -3690349 or 9679047. OLE color: 9679047.

HSL color Cylindrical-coordinate representation of color #C7B093: hue angle of 33.46º 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 #C7B093 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB199176147-
CMYK00.120.260.22
HSL33.46º31.71%67.84%-
HSV(B)33.46º26.13%78.04%-
XYZ44.3445.334.01-
YUV179.57109.62141.86-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.12%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=38.12%
G=33.72%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917614700.120.260.2233.4631.7167.84
HexC7B0930C1A16212044
Octal30726022301432264140104
Binary1100011110110000100100110110011010101101000011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B093; }

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

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

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

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

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

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

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

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