#C8AE81

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

Shades of Ecru #C8AE81

Tints of Ecru #C8AE81

Color information

#C8AE81 (or 0xC8AE81) is unknown color: approx Ecru. HEX triplet: C8, AE and 81. RGB value is (200,174,129). Sum of RGB (Red+Green+Blue) = 200+174+129=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8AE81 is #37517E. Grayscale: #B0B0B0. Windows color (decimal): -3625343 or 8498888. OLE color: 8498888.

HSL color Cylindrical-coordinate representation of color #C8AE81: hue angle of 38.03º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8AE81 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200174129-
CMYK00.130.360.22
HSL38.03º39.23%64.51%-
HSV(B)38.03º35.5%78.43%-
XYZ42.9244.1427.03-
YUV176.64101.11144.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=39.76%
G=34.59%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017412900.130.360.2238.0339.2364.51
HexC8AE810D2416262741
Octal31025620101544264647101
Binary11001000101011101000000101101100100101101001101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AE81; }

 p { color: rgb(200,174,129); }

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

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

 a { background-color: rgb(200,174,129); }

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

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

 span { border-color: rgb(200,174,129); }

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