#C8B196

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

Shades of Sour Dough #C8B196

Tints of Sour Dough #C8B196

Color information

#C8B196 (or 0xC8B196) is unknown color: approx Sour Dough. HEX triplet: C8, B1 and 96. RGB value is (200,177,150). Sum of RGB (Red+Green+Blue) = 200+177+150=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B196 is #374E69. Grayscale: #B4B4B4. Windows color (decimal): -3624554 or 9875912. OLE color: 9875912.

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

Color convert

RGB200177150-
CMYK00.120.250.22
HSL32.4º31.25%68.63%-
HSV(B)32.4º25%78.43%-
XYZ45.0545.9335.34-
YUV180.8110.62141.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=37.95%
G=33.59%
B=28.46%

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
Decimal20017715000.120.250.2232.431.2568.63
HexC8B1960C1916201f45
Octal31026122601431264037105
Binary110010001011000110010110011001100110110100000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B196; }

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

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

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

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

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

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

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

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