#C8AC7F

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

Shades of Ecru #C8AC7F

Tints of Ecru #C8AC7F

Color information

#C8AC7F (or 0xC8AC7F) is unknown color: approx Ecru. HEX triplet: C8, AC and 7F. RGB value is (200,172,127). Sum of RGB (Red+Green+Blue) = 200+172+127=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 127 (50% from 255 or 25.45% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AC7F is #375380. Grayscale: #AFAFAF. Windows color (decimal): -3625857 or 8367304. OLE color: 8367304.

HSL color Cylindrical-coordinate representation of color #C8AC7F: hue angle of 36.99º 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 #C8AC7F is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200172127-
CMYK00.140.360.22
HSL36.99º39.89%64.12%-
HSV(B)36.99º36.5%78.43%-
XYZ42.443.3226.2-
YUV175.24100.78145.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.08%
GREEN value IS 172 (67.58% from 255) = 34.47%
BLUE value IS 127 (50% from 255) = 25.45%
R=40.08%
G=34.47%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017212700.140.360.2236.9939.8964.12
HexC8AC7F0E2416252840
Octal31025417701644264550100
Binary1100100010101100111111101110100100101101001011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AC7F; }

 p { color: rgb(200,172,127); }

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

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

 a { background-color: rgb(200,172,127); }

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

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

 span { border-color: rgb(200,172,127); }

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