#C8B592

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

Shades of Sour Dough #C8B592

Tints of Sour Dough #C8B592

Color information

#C8B592 (or 0xC8B592) is unknown color: approx Sour Dough. HEX triplet: C8, B5 and 92. RGB value is (200,181,146). Sum of RGB (Red+Green+Blue) = 200+181+146=527 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.95% from 527); Green value is 181 (71.09% from 255 or 34.35% from 527); Blue value is 146 (57.42% from 255 or 27.70% from 527); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B592 is #374A6D. Grayscale: #B6B6B6. Windows color (decimal): -3623534 or 9614792. OLE color: 9614792.

HSL color Cylindrical-coordinate representation of color #C8B592: hue angle of 38.89º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8B592 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB200181146-
CMYK00.090.270.22
HSL38.89º32.93%67.84%-
HSV(B)38.89º27%78.43%-
XYZ45.5347.433.94-
YUV182.69107.29140.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.95%
GREEN value IS 181 (71.09% from 255) = 34.35%
BLUE value IS 146 (57.42% from 255) = 27.70%
R=37.95%
G=34.35%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018114600.090.270.2238.8932.9367.84
HexC8B592091B16272144
Octal31026522201133264741104
Binary1100100010110101100100100100111011101101001111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B592; }

 p { color: rgb(200,181,146); }

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

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

 a { background-color: rgb(200,181,146); }

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

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

 span { border-color: rgb(200,181,146); }

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