Html Css Color HEX #C7AF85 Ecru

📋 copy color: '#C7AF85'

red 199 ◦ green 175 ◦ blue 133

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

Shades of Ecru #C7AF85

Tints of Ecru #C7AF85

RGB

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

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

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

R = 39.25%
G = 34.52%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#C7AF85 (or 0xC7AF85) is known color: Ecru. HEX triplet: C7, AF and 85. RGB value is (199,175,133). Sum of RGB (Red+Green+Blue) = 199+175+133=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF85 is #38507A. Grayscale: #B1B1B1. Windows color (decimal): -3690619 or 8761287. OLE color: 8761287.

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

Color convert

RGB 199 175 133 -
CMYK 0 0.12 0.33 0.22
HSL 38.18º 0.37% 0.65% -
HSV(B) 38.18º 0.33% 0.78% -
XYZ 43.12 44.5 28.51 -
YUV 177.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 199 175 133 0 0.12 0.33 0.22 38.18 0.37 0.65
Hex C7 AF 85 0 C 21 16 26 25 41
Octal 307 257 205 0 14 41 26 46 45 101
Binary 11000111 10101111 10000101 0 1100 100001 10110 100110 100101 1000001

Color Harmonies of #C7AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF85

Black with #C7AF85

Text Example


Text Example

White with #C7AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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