Html Css Color HEX #C2AD94 Sour Dough

📋 copy color: '#C2AD94'

red 194 ◦ green 173 ◦ blue 148

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

Shades of Sour Dough #C2AD94

Tints of Sour Dough #C2AD94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 37.67%
G = 33.59%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2AD94 (or 0xC2AD94) is known color: Sour Dough. HEX triplet: C2, AD and 94. RGB value is (194,173,148). Sum of RGB (Red+Green+Blue) = 194+173+148=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD94 is #3D526B. Grayscale: #B0B0B0. Windows color (decimal): -4018796 or 9743810. OLE color: 9743810.

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

Color convert

RGB 194 173 148 -
CMYK 0 0.11 0.24 0.24
HSL 32.61º 0.27% 0.67% -
HSV(B) 32.61º 0.24% 0.76% -
XYZ 42.54 43.49 34.17 -
YUV 176.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 194 173 148 0 0.11 0.24 0.24 32.61 0.27 0.67
Hex C2 AD 94 0 B 18 18 21 1B 43
Octal 302 255 224 0 13 30 30 41 33 103
Binary 11000010 10101101 10010100 0 1011 11000 11000 100001 11011 1000011

Color Harmonies of #C2AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AD94

Black with #C2AD94

Text Example


Text Example

White with #C2AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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