#C1B086

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

Shades of Ecru #C1B086

Tints of Ecru #C1B086

Color information

#C1B086 (or 0xC1B086) is unknown color: approx Ecru. HEX triplet: C1, B0 and 86. RGB value is (193,176,134). Sum of RGB (Red+Green+Blue) = 193+176+134=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B086 is #3E4F79. Grayscale: #B0B0B0. Windows color (decimal): -4083578 or 8827073. OLE color: 8827073.

HSL color Cylindrical-coordinate representation of color #C1B086: hue angle of 42.71º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1B086 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB193176134-
CMYK00.090.310.24
HSL42.71º32.24%64.12%-
HSV(B)42.71º30.57%75.69%-
XYZ41.8244.1128.86-
YUV176.3104.13139.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.37%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=38.37%
G=34.99%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19317613400.090.310.2442.7132.2464.12
HexC1B086091F182b2040
Octal30126020601137305340100
Binary1100000110110000100001100100111111110001010111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B086; }

 p { color: rgb(193,176,134); }

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

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

 a { background-color: rgb(193,176,134); }

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

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

 span { border-color: rgb(193,176,134); }

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