#C3AA7D

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

Shades of Ecru #C3AA7D

Tints of Ecru #C3AA7D

Color information

#C3AA7D (or 0xC3AA7D) is unknown color: approx Ecru. HEX triplet: C3, AA and 7D. RGB value is (195,170,125). Sum of RGB (Red+Green+Blue) = 195+170+125=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA7D is #3C5582. Grayscale: #ACACAC. Windows color (decimal): -3954051 or 8235715. OLE color: 8235715.

HSL color Cylindrical-coordinate representation of color #C3AA7D: hue angle of 38.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3AA7D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195170125-
CMYK00.130.360.24
HSL38.57º36.84%62.75%-
HSV(B)38.57º35.9%76.47%-
XYZ40.5841.8325.34-
YUV172.34101.28144.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 170 (66.80% from 255) = 34.69%
BLUE value IS 125 (49.22% from 255) = 25.51%
R=39.80%
G=34.69%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517012500.130.360.2438.5736.8462.75
HexC3AA7D0D241827253f
Octal3032521750154430474577
Binary110000111010101011111010110110010011000100111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AA7D; }

 p { color: rgb(195,170,125); }

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

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

 a { background-color: rgb(195,170,125); }

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

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

 span { border-color: rgb(195,170,125); }

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