Html Css Color HEX #C7AF81 Ecru

📋 copy color: '#C7AF81'

red 199 ◦ green 175 ◦ blue 129

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

Shades of Ecru #C7AF81

Tints of Ecru #C7AF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 25.65%

R = 39.56%
G = 34.79%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C7AF81 (or 0xC7AF81) is known color: Ecru. HEX triplet: C7, AF and 81. RGB value is (199,175,129). Sum of RGB (Red+Green+Blue) = 199+175+129=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AF81 is #38507E. Grayscale: #B1B1B1. Windows color (decimal): -3690623 or 8499143. OLE color: 8499143.

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

Color convert

RGB 199 175 129 -
CMYK 0 0.12 0.35 0.22
HSL 39.43º 0.38% 0.64% -
HSV(B) 39.43º 0.35% 0.78% -
XYZ 42.85 44.39 27.08 -
YUV 176.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 199 175 129 0 0.12 0.35 0.22 39.43 0.38 0.64
Hex C7 AF 81 0 C 23 16 27 26 40
Octal 307 257 201 0 14 43 26 47 46 100
Binary 11000111 10101111 10000001 0 1100 100011 10110 100111 100110 1000000

Color Harmonies of #C7AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF81

Black with #C7AF81

Text Example


Text Example

White with #C7AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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