#C8B096

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

Shades of Sour Dough #C8B096

Tints of Sour Dough #C8B096

Color information

#C8B096 (or 0xC8B096) is unknown color: approx Sour Dough. HEX triplet: C8, B0 and 96. RGB value is (200,176,150). Sum of RGB (Red+Green+Blue) = 200+176+150=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B096 is #374F69. Grayscale: #B4B4B4. Windows color (decimal): -3624810 or 9875656. OLE color: 9875656.

HSL color Cylindrical-coordinate representation of color #C8B096: hue angle of 31.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C8B096 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB200176150-
CMYK00.120.250.22
HSL31.2º31.25%68.63%-
HSV(B)31.2º25%78.43%-
XYZ44.8545.5335.28-
YUV180.21110.95142.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.02%
GREEN value IS 176 (69.14% from 255) = 33.46%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=38.02%
G=33.46%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017615000.120.250.2231.231.2568.63
HexC8B0960C19161f1f45
Octal31026022601431263737105
Binary11001000101100001001011001100110011011011111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B096; }

 p { color: rgb(200,176,150); }

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

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

 a { background-color: rgb(200,176,150); }

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

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

 span { border-color: rgb(200,176,150); }

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