#C8B894

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

Shades of Sour Dough #C8B894

Tints of Sour Dough #C8B894

Color information

#C8B894 (or 0xC8B894) is unknown color: approx Sour Dough. HEX triplet: C8, B8 and 94. RGB value is (200,184,148). Sum of RGB (Red+Green+Blue) = 200+184+148=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 184 (72.27% from 255 or 34.59% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B894 is #37476B. Grayscale: #B8B8B8. Windows color (decimal): -3622764 or 9746632. OLE color: 9746632.

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

Color convert

RGB200184148-
CMYK00.080.260.22
HSL41.54º32.1%68.24%-
HSV(B)41.54º26%78.43%-
XYZ46.3148.734.98-
YUV184.68107.3138.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.59%
GREEN value IS 184 (72.27% from 255) = 34.59%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=37.59%
G=34.59%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018414800.080.260.2241.5432.168.24
HexC8B894081A162a2044
Octal31027022401032265240104
Binary1100100010111000100101000100011010101101010101000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B894; }

 p { color: rgb(200,184,148); }

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

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

 a { background-color: rgb(200,184,148); }

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

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

 span { border-color: rgb(200,184,148); }

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