#C7B081

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

Shades of Ecru #C7B081

Tints of Ecru #C7B081

Color information

#C7B081 (or 0xC7B081) is unknown color: approx Ecru. HEX triplet: C7, B0 and 81. RGB value is (199,176,129). Sum of RGB (Red+Green+Blue) = 199+176+129=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B081 is #384F7E. Grayscale: #B1B1B1. Windows color (decimal): -3690367 or 8499399. OLE color: 8499399.

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

Color convert

RGB199176129-
CMYK00.120.350.22
HSL40.29º38.46%64.31%-
HSV(B)40.29º35.18%78.04%-
XYZ43.0444.7827.14-
YUV177.52100.62143.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=39.48%
G=34.92%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917612900.120.350.2240.2938.4664.31
HexC7B0810C2316282640
Octal30726020101443265046100
Binary11000111101100001000000101100100011101101010001001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B081; }

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

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

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

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

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

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

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

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