#C3A97D

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

Shades of Ecru #C3A97D

Tints of Ecru #C3A97D

Color information

#C3A97D (or 0xC3A97D) is unknown color: approx Ecru. HEX triplet: C3, A9 and 7D. RGB value is (195,169,125). Sum of RGB (Red+Green+Blue) = 195+169+125=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 169 (66.41% from 255 or 34.56% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A97D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A97D is #3C5682. Grayscale: #ABABAB. Windows color (decimal): -3954307 or 8235459. OLE color: 8235459.

HSL color Cylindrical-coordinate representation of color #C3A97D: hue angle of 37.71º 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 #C3A97D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195169125-
CMYK00.130.360.24
HSL37.71º36.84%62.75%-
HSV(B)37.71º35.9%76.47%-
XYZ40.441.4625.28-
YUV171.76101.61144.58-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 169 (66.41% from 255) = 34.56%
BLUE value IS 125 (49.22% from 255) = 25.56%
R=39.88%
G=34.56%
B=25.56%

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
Decimal19516912500.130.360.2437.7136.8462.75
HexC3A97D0D241826253f
Octal3032511750154430464577
Binary110000111010100111111010110110010011000100110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A97D; }

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

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

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

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

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

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

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

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