#C8AD7E

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

Shades of Ecru #C8AD7E

Tints of Ecru #C8AD7E

Color information

#C8AD7E (or 0xC8AD7E) is unknown color: approx Ecru. HEX triplet: C8, AD and 7E. RGB value is (200,173,126). Sum of RGB (Red+Green+Blue) = 200+173+126=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 126 (49.61% from 255 or 25.25% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD7E is #375281. Grayscale: #AFAFAF. Windows color (decimal): -3625602 or 8302024. OLE color: 8302024.

HSL color Cylindrical-coordinate representation of color #C8AD7E: hue angle of 38.11º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C8AD7E is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB200173126-
CMYK00.140.370.22
HSL38.11º40.22%63.92%-
HSV(B)38.11º37%78.43%-
XYZ42.5343.6725.93-
YUV175.7299.95145.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 173 (67.97% from 255) = 34.67%
BLUE value IS 126 (49.61% from 255) = 25.25%
R=40.08%
G=34.67%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017312600.140.370.2238.1140.2263.92
HexC8AD7E0E2516262840
Octal31025517601645264650100
Binary1100100010101101111111001110100101101101001101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AD7E; }

 p { color: rgb(200,173,126); }

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

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

 a { background-color: rgb(200,173,126); }

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

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

 span { border-color: rgb(200,173,126); }

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