#c3aa7a

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

Shades of Ecru #C3AA7A

Tints of Ecru #C3AA7A

Color information

#C3AA7A (or 0xC3AA7A) is unknown color: approx Ecru. HEX triplet: C3, AA and 7A. RGB value is (195,170,122). Sum of RGB (Red+Green+Blue) = 195+170+122=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 122 (48.05% from 255 or 25.05% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AA7A is #3C5585. Grayscale: #ACACAC. Windows color (decimal): -3954054 or 8039107. OLE color: 8039107.

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

Color convert

RGB195170122-
CMYK00.130.370.24
HSL39.45º37.82%62.16%-
HSV(B)39.45º37.44%76.47%-
XYZ40.3941.7624.34-
YUV17299.78144.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 122 (48.05% from 255) = 25.05%
R=40.04%
G=34.91%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517012200.130.370.2439.4537.8262.16
HexC3AA7A0D251827263e
Octal3032521720154530474676
Binary110000111010101011110100110110010111000100111100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3aa7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3aa7a; }

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

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

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

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

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

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

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

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