#C8B097

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

Shades of Sour Dough #C8B097

Tints of Sour Dough #C8B097

Color information

#C8B097 (or 0xC8B097) is unknown color: approx Sour Dough. HEX triplet: C8, B0 and 97. RGB value is (200,176,151). Sum of RGB (Red+Green+Blue) = 200+176+151=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 151 (59.38% from 255 or 28.65% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B097 is #374F68. Grayscale: #B4B4B4. Windows color (decimal): -3624809 or 9941192. OLE color: 9941192.

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

Color convert

RGB200176151-
CMYK00.120.240.22
HSL30.61º30.82%68.82%-
HSV(B)30.61º24.5%78.43%-
XYZ44.9345.5635.7-
YUV180.33111.45142.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 151 (59.38% from 255) = 28.65%
R=37.95%
G=33.40%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017615100.120.240.2230.6130.8268.82
HexC8B0970C18161f1f45
Octal31026022701430263737105
Binary11001000101100001001011101100110001011011111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B097; }

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

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

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

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

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

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

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

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