#C7AE7A

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

Shades of Ecru #C7AE7A

Tints of Ecru #C7AE7A

Color information

#C7AE7A (or 0xC7AE7A) is unknown color: approx Ecru. HEX triplet: C7, AE and 7A. RGB value is (199,174,122). Sum of RGB (Red+Green+Blue) = 199+174+122=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7AE7A is #385185. Grayscale: #AFAFAF. Windows color (decimal): -3690886 or 8040135. OLE color: 8040135.

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

Color convert

RGB199174122-
CMYK00.130.390.22
HSL40.52º40.74%62.94%-
HSV(B)40.52º38.69%78.04%-
XYZ42.243.8224.65-
YUV175.5597.78144.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.20%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=40.20%
G=35.15%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917412200.130.390.2240.5240.7462.94
HexC7AE7A0D271629293f
Octal3072561720154726515177
Binary110001111010111011110100110110011110110101001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AE7A; }

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

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

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

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

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

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

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

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