#C8B384

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

Shades of Ecru #C8B384

Tints of Ecru #C8B384

Color information

#C8B384 (or 0xC8B384) is unknown color: approx Ecru. HEX triplet: C8, B3 and 84. RGB value is (200,179,132). Sum of RGB (Red+Green+Blue) = 200+179+132=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B384 is #374C7B. Grayscale: #B4B4B4. Windows color (decimal): -3624060 or 8696776. OLE color: 8696776.

HSL color Cylindrical-coordinate representation of color #C8B384: hue angle of 41.47º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8B384 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200179132-
CMYK00.100.340.22
HSL41.47º38.2%65.1%-
HSV(B)41.47º34%78.43%-
XYZ44.146.1928.42-
YUV179.92100.96142.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.14%
GREEN value IS 179 (70.31% from 255) = 35.03%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=39.14%
G=35.03%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017913200.100.340.2241.4738.265.1
HexC8B3840A2216292641
Octal31026320401242265146101
Binary11001000101100111000010001010100010101101010011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B384; }

 p { color: rgb(200,179,132); }

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

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

 a { background-color: rgb(200,179,132); }

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

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

 span { border-color: rgb(200,179,132); }

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