Html Css Color HEX #C7AD94 Sour Dough

📋 copy color: '#C7AD94'

red 199 ◦ green 173 ◦ blue 148

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

Shades of Sour Dough #C7AD94

Tints of Sour Dough #C7AD94

RGB

 RED value IS 199 (78.13% from 255) = 38.27%

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

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

R = 38.27%
G = 33.27%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C7AD94 (or 0xC7AD94) is known color: Sour Dough. HEX triplet: C7, AD and 94. RGB value is (199,173,148). Sum of RGB (Red+Green+Blue) = 199+173+148=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD94 is #38526B. Grayscale: #B2B2B2. Windows color (decimal): -3691116 or 9743815. OLE color: 9743815.

HSL color Cylindrical-coordinate representation of color #C7AD94: hue angle of 29.41º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C7AD94 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 173 148 -
CMYK 0 0.13 0.26 0.22
HSL 29.41º 0.31% 0.68% -
HSV(B) 29.41º 0.26% 0.78% -
XYZ 43.84 44.17 34.23 -
YUV 177.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 199 173 148 0 0.13 0.26 0.22 29.41 0.31 0.68
Hex C7 AD 94 0 D 1A 16 1D 1F 44
Octal 307 255 224 0 15 32 26 35 37 104
Binary 11000111 10101101 10010100 0 1101 11010 10110 11101 11111 1000100

Color Harmonies of #C7AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AD94

Black with #C7AD94

Text Example


Text Example

White with #C7AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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