#C4AD83

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

Shades of Ecru #C4AD83

Tints of Ecru #C4AD83

Color information

#C4AD83 (or 0xC4AD83) is unknown color: approx Ecru. HEX triplet: C4, AD and 83. RGB value is (196,173,131). Sum of RGB (Red+Green+Blue) = 196+173+131=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4AD83 is #3B527C. Grayscale: #AFAFAF. Windows color (decimal): -3887741 or 8629700. OLE color: 8629700.

HSL color Cylindrical-coordinate representation of color #C4AD83: hue angle of 38.77º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4AD83 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB196173131-
CMYK00.120.330.23
HSL38.77º35.52%64.12%-
HSV(B)38.77º33.16%76.86%-
XYZ41.8143.2627.62-
YUV175.09103.12142.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 173 (67.97% from 255) = 34.6%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=39.2%
G=34.6%
B=26.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617313100.120.330.2338.7735.5264.12
HexC4AD830C2117272440
Octal30425520301441274744100
Binary11000100101011011000001101100100001101111001111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AD83; }

 p { color: rgb(196,173,131); }

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

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

 a { background-color: rgb(196,173,131); }

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

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

 span { border-color: rgb(196,173,131); }

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