#C3AF84

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

Shades of Ecru #C3AF84

Tints of Ecru #C3AF84

Color information

#C3AF84 (or 0xC3AF84) is unknown color: approx Ecru. HEX triplet: C3, AF and 84. RGB value is (195,175,132). Sum of RGB (Red+Green+Blue) = 195+175+132=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 132 (51.95% from 255 or 26.29% from 502); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AF84 is #3C507B. Grayscale: #B0B0B0. Windows color (decimal): -3952764 or 8695747. OLE color: 8695747.

HSL color Cylindrical-coordinate representation of color #C3AF84: hue angle of 40.95º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C3AF84 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB195175132-
CMYK00.100.320.24
HSL40.95º34.43%64.12%-
HSV(B)40.95º32.31%76.47%-
XYZ4243.9328.1-
YUV176.08103.13141.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 132 (51.95% from 255) = 26.29%
R=38.84%
G=34.86%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517513200.100.320.2440.9534.4364.12
HexC3AF840A2018292240
Octal30325720401240305142100
Binary11000011101011111000010001010100000110001010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AF84; }

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

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

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

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

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

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

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

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