Html Css Color HEX #C2AD92 Sour Dough

📋 copy color: '#C2AD92'

red 194 ◦ green 173 ◦ blue 146

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

Shades of Sour Dough #C2AD92

Tints of Sour Dough #C2AD92

RGB

 RED value IS 194 (76.17% from 255) = 37.82%

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

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

R = 37.82%
G = 33.72%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C2AD92 (or 0xC2AD92) is known color: Sour Dough. HEX triplet: C2, AD and 92. RGB value is (194,173,146). Sum of RGB (Red+Green+Blue) = 194+173+146=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD92 is #3D526D. Grayscale: #B0B0B0. Windows color (decimal): -4018798 or 9612738. OLE color: 9612738.

HSL color Cylindrical-coordinate representation of color #C2AD92: hue angle of 33.75º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2AD92 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 173 146 -
CMYK 0 0.11 0.25 0.24
HSL 33.75º 0.28% 0.67% -
HSV(B) 33.75º 0.25% 0.76% -
XYZ 42.38 43.43 33.34 -
YUV 176.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 194 173 146 0 0.11 0.25 0.24 33.75 0.28 0.67
Hex C2 AD 92 0 B 19 18 22 1C 43
Octal 302 255 222 0 13 31 30 42 34 103
Binary 11000010 10101101 10010010 0 1011 11001 11000 100010 11100 1000011

Color Harmonies of #C2AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD92

Black with #C2AD92

Text Example


Text Example

White with #C2AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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