#C8B698

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

Shades of Sour Dough #C8B698

Tints of Sour Dough #C8B698

Color information

#C8B698 (or 0xC8B698) is unknown color: approx Sour Dough. HEX triplet: C8, B6 and 98. RGB value is (200,182,152). Sum of RGB (Red+Green+Blue) = 200+182+152=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 182 (71.48% from 255 or 34.08% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B698 is #374967. Grayscale: #B8B8B8. Windows color (decimal): -3623272 or 10008264. OLE color: 10008264.

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

Color convert

RGB200182152-
CMYK00.090.240.22
HSL37.5º30.38%69.02%-
HSV(B)37.5º24%78.43%-
XYZ46.214836.54-
YUV183.96109.96139.44-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.45%
GREEN value IS 182 (71.48% from 255) = 34.08%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=37.45%
G=34.08%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018215200.090.240.2237.530.3869.02
HexC8B698091816261e45
Octal31026623001130264636105
Binary110010001011011010011000010011100010110100110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B698; }

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

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

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

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

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

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

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

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