#C1B582

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

Shades of Ecru #C1B582

Tints of Ecru #C1B582

Color information

#C1B582 (or 0xC1B582) is unknown color: approx Ecru. HEX triplet: C1, B5 and 82. RGB value is (193,181,130). Sum of RGB (Red+Green+Blue) = 193+181+130=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B582 is #3E4A7D. Grayscale: #B2B2B2. Windows color (decimal): -4082302 or 8566209. OLE color: 8566209.

HSL color Cylindrical-coordinate representation of color #C1B582: hue angle of 48.57º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C1B582 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB193181130-
CMYK00.060.330.24
HSL48.57º33.69%63.33%-
HSV(B)48.57º32.64%75.69%-
XYZ42.554627.76-
YUV178.77100.48138.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=38.29%
G=35.91%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318113000.060.330.2448.5733.6963.33
HexC1B58206211831223f
Octal301265202064130614277
Binary110000011011010110000010011010000111000110001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B582; }

 p { color: rgb(193,181,130); }

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

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

 a { background-color: rgb(193,181,130); }

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

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

 span { border-color: rgb(193,181,130); }

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