#C3AE75

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

Shades of Ecru #C3AE75

Tints of Ecru #C3AE75

Color information

#C3AE75 (or 0xC3AE75) is unknown color: approx Ecru. HEX triplet: C3, AE and 75. RGB value is (195,174,117). Sum of RGB (Red+Green+Blue) = 195+174+117=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AE75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AE75 is #3C518A. Grayscale: #AEAEAE. Windows color (decimal): -3953035 or 7712451. OLE color: 7712451.

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

Color convert

RGB195174117-
CMYK00.110.40.24
HSL43.85º39.39%61.18%-
HSV(B)43.85º40%76.47%-
XYZ40.8543.1623.01-
YUV173.7895.96143.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.12%
GREEN value IS 174 (68.36% from 255) = 35.80%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=40.12%
G=35.80%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517411700.110.40.2443.8539.3961.18
HexC3AE750B28182c273d
Octal3032561650135030544775
Binary110000111010111011101010101110100011000101100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AE75; }

 p { color: rgb(195,174,117); }

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

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

 a { background-color: rgb(195,174,117); }

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

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

 span { border-color: rgb(195,174,117); }

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