Html Css Color HEX #C7AF84 Ecru

📋 copy color: '#C7AF84'

red 199 ◦ green 175 ◦ blue 132

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

Shades of Ecru #C7AF84

Tints of Ecru #C7AF84

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.58%

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 39.33%
G = 34.58%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C7AF84 (or 0xC7AF84) is known color: Ecru. HEX triplet: C7, AF and 84. RGB value is (199,175,132). Sum of RGB (Red+Green+Blue) = 199+175+132=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF84 is #38507B. Grayscale: #B1B1B1. Windows color (decimal): -3690620 or 8695751. OLE color: 8695751.

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

Color convert

RGB 199 175 132 -
CMYK 0 0.12 0.34 0.22
HSL 38.51º 0.37% 0.65% -
HSV(B) 38.51º 0.34% 0.78% -
XYZ 43.05 44.47 28.14 -
YUV 177.27 102.45 143.5 -
System Red Green Blue C M Y K H S L
Decimal 199 175 132 0 0.12 0.34 0.22 38.51 0.37 0.65
Hex C7 AF 84 0 C 22 16 27 25 41
Octal 307 257 204 0 14 42 26 47 45 101
Binary 11000111 10101111 10000100 0 1100 100010 10110 100111 100101 1000001

Color Harmonies of #C7AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF84

Black with #C7AF84

Text Example


Text Example

White with #C7AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF84; }

 p { color: rgb(199,175,132); }

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

background-color css

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

 a { background-color: rgb(199,175,132); }

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

border-color css

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

 span { border-color: rgb(199,175,132); }

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