#C8B281

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

Shades of Ecru #C8B281

Tints of Ecru #C8B281

Color information

#C8B281 (or 0xC8B281) is unknown color: approx Ecru. HEX triplet: C8, B2 and 81. RGB value is (200,178,129). Sum of RGB (Red+Green+Blue) = 200+178+129=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B281 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B281 is #374D7E. Grayscale: #B3B3B3. Windows color (decimal): -3624319 or 8499912. OLE color: 8499912.

HSL color Cylindrical-coordinate representation of color #C8B281: hue angle of 41.41º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C8B281 is Cyan = 0, Magento = 0.11, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB200178129-
CMYK00.110.360.22
HSL41.41º39.23%64.51%-
HSV(B)41.41º35.5%78.43%-
XYZ43.745.7127.29-
YUV178.9999.79142.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.45%
GREEN value IS 178 (69.92% from 255) = 35.11%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=39.45%
G=35.11%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017812900.110.360.2241.4139.2364.51
HexC8B2810B2416292741
Octal31026220101344265147101
Binary11001000101100101000000101011100100101101010011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B281; }

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

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

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

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

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

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

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

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