#C9B69D

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

Shades of Sour Dough #C9B69D

Tints of Sour Dough #C9B69D

Color information

#C9B69D (or 0xC9B69D) is unknown color: approx Sour Dough. HEX triplet: C9, B6 and 9D. RGB value is (201,182,157). Sum of RGB (Red+Green+Blue) = 201+182+157=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 157 (61.72% from 255 or 29.07% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B69D is #364962. Grayscale: #B8B8B8. Windows color (decimal): -3557731 or 10335945. OLE color: 10335945.

HSL color Cylindrical-coordinate representation of color #C9B69D: hue angle of 34.09º degrees, saturation: 0.29, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9B69D is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB201182157-
CMYK00.090.220.21
HSL34.09º28.95%70.2%-
HSV(B)34.09º21.89%78.82%-
XYZ46.948.3138.75-
YUV184.83112.29139.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 182 (71.48% from 255) = 33.70%
BLUE value IS 157 (61.72% from 255) = 29.07%
R=37.22%
G=33.70%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118215700.090.220.2134.0928.9570.2
HexC9B69D091615221d46
Octal31126623501126254235106
Binary110010011011011010011101010011011010101100010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B69D; }

 p { color: rgb(201,182,157); }

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

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

 a { background-color: rgb(201,182,157); }

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

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

 span { border-color: rgb(201,182,157); }

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