#C3AF75

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

Shades of Ecru #C3AF75

Tints of Ecru #C3AF75

Color information

#C3AF75 (or 0xC3AF75) is unknown color: approx Ecru. HEX triplet: C3, AF and 75. RGB value is (195,175,117). Sum of RGB (Red+Green+Blue) = 195+175+117=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 175 (68.75% from 255 or 35.93% from 487); Blue value is 117 (46.09% from 255 or 24.02% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF75 is #3C508A. Grayscale: #AEAEAE. Windows color (decimal): -3952779 or 7712707. OLE color: 7712707.

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

Color convert

RGB195175117-
CMYK00.100.40.24
HSL44.62º39.39%61.18%-
HSV(B)44.62º40%76.47%-
XYZ41.0543.5523.07-
YUV174.3795.63142.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.04%
GREEN value IS 175 (68.75% from 255) = 35.93%
BLUE value IS 117 (46.09% from 255) = 24.02%
R=40.04%
G=35.93%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517511700.100.40.2444.6239.3961.18
HexC3AF750A28182d273d
Octal3032571650125030554775
Binary110000111010111111101010101010100011000101101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF75; }

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

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

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

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

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

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

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

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