#C0B484

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

Shades of Ecru #C0B484

Tints of Ecru #C0B484

Color information

#C0B484 (or 0xC0B484) is unknown color: approx Ecru. HEX triplet: C0, B4 and 84. RGB value is (192,180,132). Sum of RGB (Red+Green+Blue) = 192+180+132=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 132 (51.95% from 255 or 26.19% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B484 is #3F4B7B. Grayscale: #B2B2B2. Windows color (decimal): -4148092 or 8697024. OLE color: 8697024.

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

Color convert

RGB192180132-
CMYK00.060.310.25
HSL48º32.26%63.53%-
HSV(B)48º31.25%75.29%-
XYZ42.2245.5128.39-
YUV178.12101.98137.9-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.10%
GREEN value IS 180 (70.70% from 255) = 35.71%
BLUE value IS 132 (51.95% from 255) = 26.19%
R=38.10%
G=35.71%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218013200.060.310.254832.2663.53
HexC0B484061F19302040
Octal3002642040637316040100
Binary110000001011010010000100011011111110011100001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B484; }

 p { color: rgb(192,180,132); }

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

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

 a { background-color: rgb(192,180,132); }

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

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

 span { border-color: rgb(192,180,132); }

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