Html Css Color HEX #C4AD92 Sour Dough

📋 copy color: '#C4AD92'

red 196 ◦ green 173 ◦ blue 146

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

Shades of Sour Dough #C4AD92

Tints of Sour Dough #C4AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 38.06%
G = 33.59%
B = 28.35%

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

#C4AD92 (or 0xC4AD92) is known color: Sour Dough. HEX triplet: C4, AD and 92. RGB value is (196,173,146). Sum of RGB (Red+Green+Blue) = 196+173+146=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD92 is #3B526D. Grayscale: #B0B0B0. Windows color (decimal): -3887726 or 9612740. OLE color: 9612740.

HSL color Cylindrical-coordinate representation of color #C4AD92: hue angle of 32.4º 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 #C4AD92 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 173 146 -
CMYK 0 0.12 0.26 0.23
HSL 32.4º 0.3% 0.67% -
HSV(B) 32.4º 0.26% 0.77% -
XYZ 42.9 43.7 33.37 -
YUV 176.8 110.62 141.7 -
System Red Green Blue C M Y K H S L
Decimal 196 173 146 0 0.12 0.26 0.23 32.4 0.3 0.67
Hex C4 AD 92 0 C 1A 17 20 1E 43
Octal 304 255 222 0 14 32 27 40 36 103
Binary 11000100 10101101 10010010 0 1100 11010 10111 100000 11110 1000011

Color Harmonies of #C4AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD92

Black with #C4AD92

Text Example


Text Example

White with #C4AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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