#C3A97C

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

Shades of Ecru #C3A97C

Tints of Ecru #C3A97C

Color information

#C3A97C (or 0xC3A97C) is unknown color: approx Ecru. HEX triplet: C3, A9 and 7C. RGB value is (195,169,124). Sum of RGB (Red+Green+Blue) = 195+169+124=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 124 (48.83% from 255 or 25.41% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A97C is #3C5683. Grayscale: #ABABAB. Windows color (decimal): -3954308 or 8169923. OLE color: 8169923.

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

Color convert

RGB195169124-
CMYK00.130.360.24
HSL38.03º37.17%62.55%-
HSV(B)38.03º36.41%76.47%-
XYZ40.3341.4324.94-
YUV171.64101.11144.66-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.96%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 124 (48.83% from 255) = 25.41%
R=39.96%
G=34.63%
B=25.41%

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
Decimal19516912400.130.360.2438.0337.1762.55
HexC3A97C0D241826253f
Octal3032511740154430464577
Binary110000111010100111111000110110010011000100110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A97C; }

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

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

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

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

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

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

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

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