#C7AF7B

Color #C7AF7B Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C7AF7B

Tints of Ecru #C7AF7B

Color information

#C7AF7B (or 0xC7AF7B) is unknown color: approx Ecru. HEX triplet: C7, AF and 7B. RGB value is (199,175,123). Sum of RGB (Red+Green+Blue) = 199+175+123=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 123 (48.44% from 255 or 24.75% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AF7B is #385084. Grayscale: #B0B0B0. Windows color (decimal): -3690629 or 8105927. OLE color: 8105927.

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

Color convert

RGB199175123-
CMYK00.120.380.22
HSL41.05º40.43%63.14%-
HSV(B)41.05º38.19%78.04%-
XYZ42.4644.2325.04-
YUV176.2597.95144.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.04%
GREEN value IS 175 (68.75% from 255) = 35.21%
BLUE value IS 123 (48.44% from 255) = 24.75%
R=40.04%
G=35.21%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917512300.120.380.2241.0540.4363.14
HexC7AF7B0C261629283f
Octal3072571730144626515077
Binary110001111010111111110110110010011010110101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AF7B; }

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

 H1.HeaderClassName
 {
   color: #C7AF7B;
 }
 .AnyTagClassName
 {
   color: #C7AF7B;
 }
</style>
background-color css

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

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

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

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

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

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