#C8B47F

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

Shades of Ecru #C8B47F

Tints of Ecru #C8B47F

Color information

#C8B47F (or 0xC8B47F) is unknown color: approx Ecru. HEX triplet: C8, B4 and 7F. RGB value is (200,180,127). Sum of RGB (Red+Green+Blue) = 200+180+127=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B47F is #374B80. Grayscale: #B4B4B4. Windows color (decimal): -3623809 or 8369352. OLE color: 8369352.

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

Color convert

RGB200180127-
CMYK00.10.360.22
HSL43.56º39.89%64.12%-
HSV(B)43.56º36.5%78.43%-
XYZ43.9746.4526.73-
YUV179.9498.13142.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 180 (70.70% from 255) = 35.50%
BLUE value IS 127 (50% from 255) = 25.05%
R=39.45%
G=35.50%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018012700.10.360.2243.5639.8964.12
HexC8B47F0A24162c2840
Octal31026417701244265450100
Binary1100100010110100111111101010100100101101011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B47F; }

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

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

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

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

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

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

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

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