#C7B07D

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

Shades of Ecru #C7B07D

Tints of Ecru #C7B07D

Color information

#C7B07D (or 0xC7B07D) is unknown color: approx Ecru. HEX triplet: C7, B0 and 7D. RGB value is (199,176,125). Sum of RGB (Red+Green+Blue) = 199+176+125=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7B07D is #384F82. Grayscale: #B1B1B1. Windows color (decimal): -3690371 or 8237255. OLE color: 8237255.

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

Color convert

RGB199176125-
CMYK00.120.370.22
HSL41.35º39.78%63.53%-
HSV(B)41.35º37.19%78.04%-
XYZ42.7844.6725.77-
YUV177.0698.62143.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.8%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 125 (49.22% from 255) = 25%
R=39.8%
G=35.2%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19917612500.120.370.2241.3539.7863.53
HexC7B07D0C2516292840
Octal30726017501445265150100
Binary1100011110110000111110101100100101101101010011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B07D; }

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

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

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

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

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

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

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

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