Html Css Color HEX #C7AE90 Sour Dough

📋 copy color: '#C7AE90'

red 199 ◦ green 174 ◦ blue 144

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

Shades of Sour Dough #C7AE90

Tints of Sour Dough #C7AE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.66%

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

R = 38.49%
G = 33.66%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C7AE90 (or 0xC7AE90) is known color: Sour Dough. HEX triplet: C7, AE and 90. RGB value is (199,174,144). Sum of RGB (Red+Green+Blue) = 199+174+144=517 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.49% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AE90 is #38516F. Grayscale: #B2B2B2. Windows color (decimal): -3690864 or 9481927. OLE color: 9481927.

HSL color Cylindrical-coordinate representation of color #C7AE90: hue angle of 32.73º 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 #C7AE90 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 174 144 -
CMYK 0 0.13 0.28 0.22
HSL 32.73º 0.33% 0.67% -
HSV(B) 32.73º 0.28% 0.78% -
XYZ 43.72 44.43 32.66 -
YUV 178.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 199 174 144 0 0.13 0.28 0.22 32.73 0.33 0.67
Hex C7 AE 90 0 D 1C 16 21 21 43
Octal 307 256 220 0 15 34 26 41 41 103
Binary 11000111 10101110 10010000 0 1101 11100 10110 100001 100001 1000011

Color Harmonies of #C7AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AE90

Black with #C7AE90

Text Example


Text Example

White with #C7AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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