Html Css Color HEX #C4AD90 Sour Dough

📋 copy color: '#C4AD90'

red 196 ◦ green 173 ◦ blue 144

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

Shades of Sour Dough #C4AD90

Tints of Sour Dough #C4AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.07%

R = 38.21%
G = 33.72%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4AD90 (or 0xC4AD90) is known color: Sour Dough. HEX triplet: C4, AD and 90. RGB value is (196,173,144). Sum of RGB (Red+Green+Blue) = 196+173+144=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD90 is #3B526F. Grayscale: #B0B0B0. Windows color (decimal): -3887728 or 9481668. OLE color: 9481668.

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

Color convert

RGB 196 173 144 -
CMYK 0 0.12 0.27 0.23
HSL 33.46º 0.31% 0.67% -
HSV(B) 33.46º 0.27% 0.77% -
XYZ 42.74 43.64 32.56 -
YUV 176.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 196 173 144 0 0.12 0.27 0.23 33.46 0.31 0.67
Hex C4 AD 90 0 C 1B 17 21 1F 43
Octal 304 255 220 0 14 33 27 41 37 103
Binary 11000100 10101101 10010000 0 1100 11011 10111 100001 11111 1000011

Color Harmonies of #C4AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AD90

Black with #C4AD90

Text Example


Text Example

White with #C4AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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