Html Css Color HEX #C4AD91 Sour Dough

📋 copy color: '#C4AD91'

red 196 ◦ green 173 ◦ blue 145

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

Shades of Sour Dough #C4AD91

Tints of Sour Dough #C4AD91

RGB

 RED value IS 196 (76.95% from 255) = 38.13%

 GREEN value IS 173 (67.97% from 255) = 33.66%

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

R = 38.13%
G = 33.66%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.23

RGB Variations

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

Color information

#C4AD91 (or 0xC4AD91) is known color: Sour Dough. HEX triplet: C4, AD and 91. RGB value is (196,173,145). Sum of RGB (Red+Green+Blue) = 196+173+145=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 145 (57.03% from 255 or 28.21% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD91 is #3B526E. Grayscale: #B0B0B0. Windows color (decimal): -3887727 or 9547204. OLE color: 9547204.

HSL color Cylindrical-coordinate representation of color #C4AD91: hue angle of 32.94º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4AD91 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 145 -
CMYK 0 0.12 0.26 0.23
HSL 32.94º 0.3% 0.67% -
HSV(B) 32.94º 0.26% 0.77% -
XYZ 42.82 43.67 32.96 -
YUV 176.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 196 173 145 0 0.12 0.26 0.23 32.94 0.3 0.67
Hex C4 AD 91 0 C 1A 17 21 1E 43
Octal 304 255 221 0 14 32 27 41 36 103
Binary 11000100 10101101 10010001 0 1100 11010 10111 100001 11110 1000011

Color Harmonies of #C4AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD91

Black with #C4AD91

Text Example


Text Example

White with #C4AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD91; }

 p { color: rgb(196,173,145); }

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

background-color css

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

 a { background-color: rgb(196,173,145); }

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

border-color css

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

 span { border-color: rgb(196,173,145); }

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