Html Css Color HEX #C7AC91 Sour Dough

📋 copy color: '#C7AC91'

red 199 ◦ green 172 ◦ blue 145

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

Shades of Sour Dough #C7AC91

Tints of Sour Dough #C7AC91

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 28.1%

R = 38.57%
G = 33.33%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.22

RGB Variations

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

Color information

#C7AC91 (or 0xC7AC91) is known color: Sour Dough. HEX triplet: C7, AC and 91. RGB value is (199,172,145). Sum of RGB (Red+Green+Blue) = 199+172+145=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 145 (57.03% from 255 or 28.10% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC91 is #38536E. Grayscale: #B1B1B1. Windows color (decimal): -3691375 or 9546951. OLE color: 9546951.

HSL color Cylindrical-coordinate representation of color #C7AC91: hue angle of 30º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7AC91 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 172 145 -
CMYK 0 0.14 0.27 0.22
HSL 30º 0.33% 0.67% -
HSV(B) 30º 0.27% 0.78% -
XYZ 43.42 43.69 32.93 -
YUV 177 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 199 172 145 0 0.14 0.27 0.22 30 0.33 0.67
Hex C7 AC 91 0 E 1B 16 1E 21 43
Octal 307 254 221 0 16 33 26 36 41 103
Binary 11000111 10101100 10010001 0 1110 11011 10110 11110 100001 1000011

Color Harmonies of #C7AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC91

Black with #C7AC91

Text Example


Text Example

White with #C7AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC91; }

 p { color: rgb(199,172,145); }

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

background-color css

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

 a { background-color: rgb(199,172,145); }

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

border-color css

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

 span { border-color: rgb(199,172,145); }

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