Html Css Color HEX #C9B99E Sour Dough

📋 copy color: '#C9B99E'

red 201 ◦ green 185 ◦ blue 158

#C9B99E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sour Dough #C9B99E

Tints of Sour Dough #C9B99E

RGB

 RED value IS 201 (78.91% from 255) = 36.95%

 GREEN value IS 185 (72.66% from 255) = 34.01%

 BLUE value IS 158 (62.11% from 255) = 29.04%

R = 36.95%
G = 34.01%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#C9B99E (or 0xC9B99E) is known color: Sour Dough. HEX triplet: C9, B9 and 9E. RGB value is (201,185,158). Sum of RGB (Red+Green+Blue) = 201+185+158=544 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.95% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 158 (62.11% from 255 or 29.04% from 544); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B99E is #364661. Grayscale: #BABABA. Windows color (decimal): -3556962 or 10402249. OLE color: 10402249.

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

Color convert

RGB 201 185 158 -
CMYK 0 0.08 0.21 0.21
HSL 37.67º 0.28% 0.7% -
HSV(B) 37.67º 0.21% 0.79% -
XYZ 47.61 49.58 39.41 -
YUV 186.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 201 185 158 0 0.08 0.21 0.21 37.67 0.28 0.7
Hex C9 B9 9E 0 8 15 15 26 1C 46
Octal 311 271 236 0 10 25 25 46 34 106
Binary 11001001 10111001 10011110 0 1000 10101 10101 100110 11100 1000110

Color Harmonies of #C9B99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B99E

Black with #C9B99E

Text Example


Text Example

White with #C9B99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B99E; }

 p { color: rgb(201,185,158); }

 H1.HeaderClassName
 {
   color: #C9B99E;
 }
 .AnyTagClassName
 {
   color: #C9B99E;
 }
</style>

background-color css

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

 a { background-color: rgb(201,185,158); }

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

border-color css

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

 span { border-color: rgb(201,185,158); }

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