#C8B294

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

Shades of Sour Dough #C8B294

Tints of Sour Dough #C8B294

Color information

#C8B294 (or 0xC8B294) is unknown color: approx Sour Dough. HEX triplet: C8, B2 and 94. RGB value is (200,178,148). Sum of RGB (Red+Green+Blue) = 200+178+148=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B294 is #374D6B. Grayscale: #B5B5B5. Windows color (decimal): -3624300 or 9745096. OLE color: 9745096.

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

Color convert

RGB200178148-
CMYK00.110.260.22
HSL34.62º32.1%68.24%-
HSV(B)34.62º26%78.43%-
XYZ45.0946.2634.57-
YUV181.16109.29141.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=38.02%
G=33.84%
B=28.14%

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
Decimal20017814800.110.260.2234.6232.168.24
HexC8B2940B1A16232044
Octal31026222401332264340104
Binary1100100010110010100101000101111010101101000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B294; }

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

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

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

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

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

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

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

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