#C7B17D

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

Shades of Ecru #C7B17D

Tints of Ecru #C7B17D

Color information

#C7B17D (or 0xC7B17D) is unknown color: approx Ecru. HEX triplet: C7, B1 and 7D. RGB value is (199,177,125). Sum of RGB (Red+Green+Blue) = 199+177+125=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B17D is #384E82. Grayscale: #B1B1B1. Windows color (decimal): -3690115 or 8237511. OLE color: 8237511.

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

Color convert

RGB199177125-
CMYK00.110.370.22
HSL42.16º39.78%63.53%-
HSV(B)42.16º37.19%78.04%-
XYZ42.9845.0725.84-
YUV177.6598.29143.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.72%
GREEN value IS 177 (69.53% from 255) = 35.33%
BLUE value IS 125 (49.22% from 255) = 24.95%
R=39.72%
G=35.33%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917712500.110.370.2242.1639.7863.53
HexC7B17D0B25162a2840
Octal30726117501345265250100
Binary1100011110110001111110101011100101101101010101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B17D; }

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

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

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

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

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

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

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

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