Html Css Color HEX #C9AF91 Sour Dough

📋 copy color: '#C9AF91'

red 201 ◦ green 175 ◦ blue 145

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

Shades of Sour Dough #C9AF91

Tints of Sour Dough #C9AF91

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

 BLUE value IS 145 (57.03% from 255) = 27.83%

R = 38.58%
G = 33.59%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#C9AF91 (or 0xC9AF91) is known color: Sour Dough. HEX triplet: C9, AF and 91. RGB value is (201,175,145). Sum of RGB (Red+Green+Blue) = 201+175+145=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AF91 is #36506E. Grayscale: #B3B3B3. Windows color (decimal): -3559535 or 9547721. OLE color: 9547721.

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

Color convert

RGB 201 175 145 -
CMYK 0 0.13 0.28 0.21
HSL 32.14º 0.34% 0.68% -
HSV(B) 32.14º 0.28% 0.79% -
XYZ 44.53 45.12 33.15 -
YUV 179.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 201 175 145 0 0.13 0.28 0.21 32.14 0.34 0.68
Hex C9 AF 91 0 D 1C 15 20 22 44
Octal 311 257 221 0 15 34 25 40 42 104
Binary 11001001 10101111 10010001 0 1101 11100 10101 100000 100010 1000100

Color Harmonies of #C9AF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AF91

Black with #C9AF91

Text Example


Text Example

White with #C9AF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AF91; }

 p { color: rgb(201,175,145); }

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

background-color css

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

 a { background-color: rgb(201,175,145); }

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

border-color css

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

 span { border-color: rgb(201,175,145); }

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