Html Css Color HEX #C7AC90 Sour Dough

📋 copy color: '#C7AC90'

red 199 ◦ green 172 ◦ blue 144

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

Shades of Sour Dough #C7AC90

Tints of Sour Dough #C7AC90

RGB

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

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

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

R = 38.64%
G = 33.4%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7AC90 (or 0xC7AC90) is known color: Sour Dough. HEX triplet: C7, AC and 90. RGB value is (199,172,144). Sum of RGB (Red+Green+Blue) = 199+172+144=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AC90 is #38536F. Grayscale: #B1B1B1. Windows color (decimal): -3691376 or 9481415. OLE color: 9481415.

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

Color convert

RGB 199 172 144 -
CMYK 0 0.14 0.28 0.22
HSL 30.55º 0.33% 0.67% -
HSV(B) 30.55º 0.28% 0.78% -
XYZ 43.34 43.66 32.53 -
YUV 176.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 199 172 144 0 0.14 0.28 0.22 30.55 0.33 0.67
Hex C7 AC 90 0 E 1C 16 1F 21 43
Octal 307 254 220 0 16 34 26 37 41 103
Binary 11000111 10101100 10010000 0 1110 11100 10110 11111 100001 1000011

Color Harmonies of #C7AC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC90

Black with #C7AC90

Text Example


Text Example

White with #C7AC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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