#C0B67F

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

Shades of Ecru #C0B67F

Tints of Ecru #C0B67F

Color information

#C0B67F (or 0xC0B67F) is unknown color: approx Ecru. HEX triplet: C0, B6 and 7F. RGB value is (192,182,127). Sum of RGB (Red+Green+Blue) = 192+182+127=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 182 (71.48% from 255 or 36.33% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B67F is #3F4980. Grayscale: #B2B2B2. Windows color (decimal): -4147585 or 8369856. OLE color: 8369856.

HSL color Cylindrical-coordinate representation of color #C0B67F: hue angle of 50.77º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0B67F is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192182127-
CMYK00.050.340.25
HSL50.77º34.03%62.55%-
HSV(B)50.77º33.85%75.29%-
XYZ42.346.1926.77-
YUV178.7298.81137.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.32%
GREEN value IS 182 (71.48% from 255) = 36.33%
BLUE value IS 127 (50% from 255) = 25.35%
R=38.32%
G=36.33%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218212700.050.340.2550.7734.0362.55
HexC0B67F05221933223f
Octal300266177054231634277
Binary11000000101101101111111010110001011001110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B67F; }

 p { color: rgb(192,182,127); }

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

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

 a { background-color: rgb(192,182,127); }

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

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

 span { border-color: rgb(192,182,127); }

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