#C3AD7E

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

Shades of Ecru #C3AD7E

Tints of Ecru #C3AD7E

Color information

#C3AD7E (or 0xC3AD7E) is unknown color: approx Ecru. HEX triplet: C3, AD and 7E. RGB value is (195,173,126). Sum of RGB (Red+Green+Blue) = 195+173+126=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AD7E is #3C5281. Grayscale: #AEAEAE. Windows color (decimal): -3953282 or 8302019. OLE color: 8302019.

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

Color convert

RGB195173126-
CMYK00.110.350.24
HSL40.87º36.51%62.94%-
HSV(B)40.87º35.38%76.47%-
XYZ41.224325.87-
YUV174.22100.79142.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 173 (67.97% from 255) = 35.02%
BLUE value IS 126 (49.61% from 255) = 25.51%
R=39.47%
G=35.02%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517312600.110.350.2440.8736.5162.94
HexC3AD7E0B231829253f
Octal3032551760134330514577
Binary110000111010110111111100101110001111000101001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD7E; }

 p { color: rgb(195,173,126); }

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

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

 a { background-color: rgb(195,173,126); }

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

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

 span { border-color: rgb(195,173,126); }

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