Html Css Color HEX #C9B99D Sour Dough

📋 copy color: '#C9B99D'

red 201 ◦ green 185 ◦ blue 157

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

Shades of Sour Dough #C9B99D

Tints of Sour Dough #C9B99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.91%

R = 37.02%
G = 34.07%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#C9B99D (or 0xC9B99D) is known color: Sour Dough. HEX triplet: C9, B9 and 9D. RGB value is (201,185,157). Sum of RGB (Red+Green+Blue) = 201+185+157=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B99D is #364662. Grayscale: #BABABA. Windows color (decimal): -3556963 or 10336713. OLE color: 10336713.

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

Color convert

RGB 201 185 157 -
CMYK 0 0.08 0.22 0.21
HSL 38.18º 0.29% 0.7% -
HSV(B) 38.18º 0.22% 0.79% -
XYZ 47.52 49.55 38.96 -
YUV 186.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 201 185 157 0 0.08 0.22 0.21 38.18 0.29 0.7
Hex C9 B9 9D 0 8 16 15 26 1D 46
Octal 311 271 235 0 10 26 25 46 35 106
Binary 11001001 10111001 10011101 0 1000 10110 10101 100110 11101 1000110

Color Harmonies of #C9B99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B99D

Black with #C9B99D

Text Example


Text Example

White with #C9B99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B99D; }

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

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

background-color css

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

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

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

border-color css

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

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

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