#C7B47D

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

Shades of Ecru #C7B47D

Tints of Ecru #C7B47D

Color information

#C7B47D (or 0xC7B47D) is unknown color: approx Ecru. HEX triplet: C7, B4 and 7D. RGB value is (199,180,125). Sum of RGB (Red+Green+Blue) = 199+180+125=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B47D is #384B82. Grayscale: #B3B3B3. Windows color (decimal): -3689347 or 8238279. OLE color: 8238279.

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

Color convert

RGB199180125-
CMYK00.100.370.22
HSL44.59º39.78%63.53%-
HSV(B)44.59º37.19%78.04%-
XYZ43.5846.2726.04-
YUV179.4197.29141.97-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=39.48%
G=35.71%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918012500.100.370.2244.5939.7863.53
HexC7B47D0A25162d2840
Octal30726417501245265550100
Binary1100011110110100111110101010100101101101011011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B47D; }

 p { color: rgb(199,180,125); }

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

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

 a { background-color: rgb(199,180,125); }

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

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

 span { border-color: rgb(199,180,125); }

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