#C0B67D

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

Shades of Ecru #C0B67D

Tints of Ecru #C0B67D

Color information

#C0B67D (or 0xC0B67D) is unknown color: approx Ecru. HEX triplet: C0, B6 and 7D. RGB value is (192,182,125). Sum of RGB (Red+Green+Blue) = 192+182+125=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B67D is #3F4982. Grayscale: #B2B2B2. Windows color (decimal): -4147587 or 8238784. OLE color: 8238784.

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

Color convert

RGB192182125-
CMYK00.050.350.25
HSL51.04º34.72%62.16%-
HSV(B)51.04º34.9%75.29%-
XYZ42.1746.1426.09-
YUV178.4997.81137.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.48%
GREEN value IS 182 (71.48% from 255) = 36.47%
BLUE value IS 125 (49.22% from 255) = 25.05%
R=38.48%
G=36.47%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218212500.050.350.2551.0434.7262.16
HexC0B67D05231933233e
Octal300266175054331634376
Binary11000000101101101111101010110001111001110011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B67D; }

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

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

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

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

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

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

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

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