#C8B284

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

Shades of Ecru #C8B284

Tints of Ecru #C8B284

Color information

#C8B284 (or 0xC8B284) is unknown color: approx Ecru. HEX triplet: C8, B2 and 84. RGB value is (200,178,132). Sum of RGB (Red+Green+Blue) = 200+178+132=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 132 (51.95% from 255 or 25.88% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B284 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B284 is #374D7B. Grayscale: #B3B3B3. Windows color (decimal): -3624316 or 8696520. OLE color: 8696520.

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

Color convert

RGB200178132-
CMYK00.110.340.22
HSL40.59º38.2%65.1%-
HSV(B)40.59º34%78.43%-
XYZ43.945.7928.35-
YUV179.33101.29142.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 178 (69.92% from 255) = 34.90%
BLUE value IS 132 (51.95% from 255) = 25.88%
R=39.22%
G=34.90%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017813200.110.340.2240.5938.265.1
HexC8B2840B2216292641
Octal31026220401342265146101
Binary11001000101100101000010001011100010101101010011001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B284; }

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

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

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

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

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

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

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

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