#C7B381

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

Shades of Ecru #C7B381

Tints of Ecru #C7B381

Color information

#C7B381 (or 0xC7B381) is unknown color: approx Ecru. HEX triplet: C7, B3 and 81. RGB value is (199,179,129). Sum of RGB (Red+Green+Blue) = 199+179+129=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B381 is #384C7E. Grayscale: #B3B3B3. Windows color (decimal): -3689599 or 8500167. OLE color: 8500167.

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

Color convert

RGB199179129-
CMYK00.100.350.22
HSL42.86º38.46%64.31%-
HSV(B)42.86º35.18%78.04%-
XYZ43.6445.9727.34-
YUV179.2899.63142.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 179 (70.31% from 255) = 35.31%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=39.25%
G=35.31%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917912900.100.350.2242.8638.4664.31
HexC7B3810A23162b2640
Octal30726320101243265346100
Binary11000111101100111000000101010100011101101010111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B381; }

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

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

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

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

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

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

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

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