Html Css Color HEX #C9B89D Sour Dough

📋 copy color: '#C9B89D'

red 201 ◦ green 184 ◦ blue 157

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

Shades of Sour Dough #C9B89D

Tints of Sour Dough #C9B89D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.95%

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

R = 37.08%
G = 33.95%
B = 28.97%

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

#C9B89D (or 0xC9B89D) is known color: Sour Dough. HEX triplet: C9, B8 and 9D. RGB value is (201,184,157). Sum of RGB (Red+Green+Blue) = 201+184+157=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B89D is #364762. Grayscale: #BABABA. Windows color (decimal): -3557219 or 10336457. OLE color: 10336457.

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

Color convert

RGB 201 184 157 -
CMYK 0 0.08 0.22 0.21
HSL 36.82º 0.29% 0.7% -
HSV(B) 36.82º 0.22% 0.79% -
XYZ 47.31 49.13 38.89 -
YUV 186.01 111.63 138.7 -
System Red Green Blue C M Y K H S L
Decimal 201 184 157 0 0.08 0.22 0.21 36.82 0.29 0.7
Hex C9 B8 9D 0 8 16 15 25 1D 46
Octal 311 270 235 0 10 26 25 45 35 106
Binary 11001001 10111000 10011101 0 1000 10110 10101 100101 11101 1000110

Color Harmonies of #C9B89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B89D

Black with #C9B89D

Text Example


Text Example

White with #C9B89D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B89D; }

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

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

background-color css

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

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

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

border-color css

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

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

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