#C3AD83

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

Shades of Ecru #C3AD83

Tints of Ecru #C3AD83

Color information

#C3AD83 (or 0xC3AD83) is unknown color: approx Ecru. HEX triplet: C3, AD and 83. RGB value is (195,173,131). Sum of RGB (Red+Green+Blue) = 195+173+131=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3AD83 is #3C527C. Grayscale: #AEAEAE. Windows color (decimal): -3953277 or 8629699. OLE color: 8629699.

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

Color convert

RGB195173131-
CMYK00.110.330.24
HSL39.38º34.78%63.92%-
HSV(B)39.38º32.82%76.47%-
XYZ41.5543.1327.61-
YUV174.79103.29142.42-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=39.08%
G=34.67%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517313100.110.330.2439.3834.7863.92
HexC3AD830B2118272340
Octal30325520301341304743100
Binary11000011101011011000001101011100001110001001111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AD83; }

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

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

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

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

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

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

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

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