#C8B098

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

Shades of Sour Dough #C8B098

Tints of Sour Dough #C8B098

Color information

#C8B098 (or 0xC8B098) is unknown color: approx Sour Dough. HEX triplet: C8, B0 and 98. RGB value is (200,176,152). Sum of RGB (Red+Green+Blue) = 200+176+152=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B098 is #374F67. Grayscale: #B4B4B4. Windows color (decimal): -3624808 or 10006728. OLE color: 10006728.

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

Color convert

RGB200176152-
CMYK00.120.240.22
HSL30º30.38%69.02%-
HSV(B)30º24%78.43%-
XYZ45.0145.636.13-
YUV180.44111.95141.95-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.88%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=37.88%
G=33.33%
B=28.79%

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
Decimal20017615200.120.240.223030.3869.02
HexC8B0980C18161e1e45
Octal31026023001430263636105
Binary11001000101100001001100001100110001011011110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B098; }

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

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

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

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

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

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

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

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