Html Css Color HEX #C7AE85 Ecru

📋 copy color: '#C7AE85'

red 199 ◦ green 174 ◦ blue 133

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

Shades of Ecru #C7AE85

Tints of Ecru #C7AE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 39.33%
G = 34.39%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7AE85 (or 0xC7AE85) is known color: Ecru. HEX triplet: C7, AE and 85. RGB value is (199,174,133). Sum of RGB (Red+Green+Blue) = 199+174+133=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AE85 is #38517A. Grayscale: #B0B0B0. Windows color (decimal): -3690875 or 8761031. OLE color: 8761031.

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

Color convert

RGB 199 174 133 -
CMYK 0 0.13 0.33 0.22
HSL 37.27º 0.37% 0.65% -
HSV(B) 37.27º 0.33% 0.78% -
XYZ 42.92 44.11 28.44 -
YUV 176.8 103.28 143.83 -
System Red Green Blue C M Y K H S L
Decimal 199 174 133 0 0.13 0.33 0.22 37.27 0.37 0.65
Hex C7 AE 85 0 D 21 16 25 25 41
Octal 307 256 205 0 15 41 26 45 45 101
Binary 11000111 10101110 10000101 0 1101 100001 10110 100101 100101 1000001

Color Harmonies of #C7AE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AE85

Black with #C7AE85

Text Example


Text Example

White with #C7AE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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