#C8B081

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

Shades of Ecru #C8B081

Tints of Ecru #C8B081

Color information

#C8B081 (or 0xC8B081) is unknown color: approx Ecru. HEX triplet: C8, B0 and 81. RGB value is (200,176,129). Sum of RGB (Red+Green+Blue) = 200+176+129=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8B081 is #374F7E. Grayscale: #B2B2B2. Windows color (decimal): -3624831 or 8499400. OLE color: 8499400.

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

Color convert

RGB200176129-
CMYK00.120.360.22
HSL39.72º39.23%64.51%-
HSV(B)39.72º35.5%78.43%-
XYZ43.3144.9227.16-
YUV177.82100.45143.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 176 (69.14% from 255) = 34.85%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=39.60%
G=34.85%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017612900.120.360.2239.7239.2364.51
HexC8B0810C2416282741
Octal31026020101444265047101
Binary11001000101100001000000101100100100101101010001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B081; }

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

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

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

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

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

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

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

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