#C3AC7A

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

Shades of Ecru #C3AC7A

Tints of Ecru #C3AC7A

Color information

#C3AC7A (or 0xC3AC7A) is unknown color: approx Ecru. HEX triplet: C3, AC and 7A. RGB value is (195,172,122). Sum of RGB (Red+Green+Blue) = 195+172+122=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AC7A is #3C5385. Grayscale: #ADADAD. Windows color (decimal): -3953542 or 8039619. OLE color: 8039619.

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

Color convert

RGB195172122-
CMYK00.120.370.24
HSL41.1º37.82%62.16%-
HSV(B)41.1º37.44%76.47%-
XYZ40.7742.5124.47-
YUV173.1899.12143.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 172 (67.58% from 255) = 35.17%
BLUE value IS 122 (48.05% from 255) = 24.95%
R=39.88%
G=35.17%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517212200.120.370.2441.137.8262.16
HexC3AC7A0C251829263e
Octal3032541720144530514676
Binary110000111010110011110100110010010111000101001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AC7A; }

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

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

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

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

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

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

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

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