#C7B084

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

Shades of Ecru #C7B084

Tints of Ecru #C7B084

Color information

#C7B084 (or 0xC7B084) is unknown color: approx Ecru. HEX triplet: C7, B0 and 84. RGB value is (199,176,132). Sum of RGB (Red+Green+Blue) = 199+176+132=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7B084 is #384F7B. Grayscale: #B2B2B2. Windows color (decimal): -3690364 or 8696007. OLE color: 8696007.

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

Color convert

RGB199176132-
CMYK00.120.340.22
HSL39.4º37.43%64.9%-
HSV(B)39.4º33.67%78.04%-
XYZ43.2444.8628.21-
YUV177.86102.12143.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=39.25%
G=34.71%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917613200.120.340.2239.437.4364.9
HexC7B0840C2216272541
Octal30726020401442264745101
Binary11000111101100001000010001100100010101101001111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B084; }

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

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

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

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

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

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

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

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